Skip to content

Commit c277dda

Browse files
authored
Merge pull request #3143 from DennisLee-DennisLee/v-dele-1329916-vsto
First 2 files, to test changes in the build system. Many more files t…
2 parents e647ab3 + 5ef34db commit c277dda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/vsto/assemblies-in-the-visual-studio-tools-for-office-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ms.workload:
5353
|Microsoft.Office.Tools.Word.v9.0.dll|Provides host items and host controls for Word solutions. For more information, see [Automate Word by using extended objects](../vsto/automating-word-by-using-extended-objects.md).|
5454
|Microsoft.Office.Tools.v9.0.dll|Provides the following types:<br /><br /> - The [RemoteBindableComponent](https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2008/bb546360(v=vs.90)) class, which provides the data binding capabilities for host controls in document-level customizations.<br />- Other types that are part of the Visual Studio Tools for Office runtime infrastructure, and are not intended to be used directly from your code.|
5555
|Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll|Provides the following types:<br /><br /> - The <xref:Microsoft.VisualStudio.Tools.Applications.Runtime.CachedAttribute> attribute and <xref:Microsoft.VisualStudio.Tools.Applications.Runtime.ICachedType> interface, which you can use to cache data objects in a document-level customization. For more information, see [Cache data](../vsto/caching-data.md).<br />- Exceptions that can be thrown by the Visual Studio Tools for Office runtime.<br />- Other types that are part of the Visual Studio Tools for Office runtime infrastructure, and are not intended to be used directly from your code.|
56-
|Microsoft.VisualStudio.Tools.Applications.Runtime.v10.0.dll|Provides the <xref:Microsoft.VisualStudio.Tools.Applications.Deployment.IAddInPostDeploymentAction> interface, which you can implement to run additional installation steps as the final step of the ClickOnce installer for an Office solution. For more information, see [Advanced Office solution deployment](http://msdn.microsoft.com/9147b6f6-849f-4cb1-b2c5-e22658d74b02).|
56+
|Microsoft.VisualStudio.Tools.Applications.Runtime.v10.0.dll|Provides the <xref:Microsoft.VisualStudio.Tools.Applications.Deployment.IAddInPostDeploymentAction> interface, which you can implement to run additional installation steps as the final step of the ClickOnce installer for an Office solution. For more information, see [Advanced Office solution deployment](/previous-versions/visualstudio/visual-studio-2010/dd234217(v=vs.100)).|
5757
|Microsoft.VisualStudio.Tools.Applications.ServerDocument.v10.0.dll|Provides the following types:<br /><br /> - The <xref:Microsoft.VisualStudio.Tools.Applications.ServerDocument> class, which you can use to programmatically attach customization assemblies to documents and to access the cached data in documents. For more information, see [Manage documents on a server by using the ServerDocument class](../vsto/managing-documents-on-a-server-by-using-the-serverdocument-class.md).<br />- Several classes that represent the hierarchy of cached data in a document-level customization. For more information, see [Access data in documents on the server](../vsto/accessing-data-in-documents-on-the-server.md).|
5858
|Microsoft.VisualStudio.Tools.Office.Runtime.v10.0.dll|Provides the following types:<br /><br /> - The Microsoft.VisualStudio.Tools.Office.Runtime.Security.AddInSecurityEntry and Microsoft.VisualStudio.Tools.Office.Runtime.Security.UserInclusionList classes, which you can use to create user inclusion list entries to grant trust to Office solutions that target the .NET Framework 3.5.<br />- Other types that are part of the Visual Studio Tools for Office runtime infrastructure, and are not intended to be used directly from your code.|
5959

docs/vsto/associating-a-form-region-with-an-outlook-message-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ ms.workload:
105105
[Create Outlook form regions](../vsto/creating-outlook-form-regions.md)
106106
[Walkthrough: Design an Outlook form region](../vsto/walkthrough-designing-an-outlook-form-region.md)
107107
[Guidelines to create Outlook form regions](../vsto/guidelines-for-creating-outlook-form-regions.md)
108-
[Form name and message class overview](http://msdn.microsoft.com/library/office/ff867629.aspx)
109-
[How Outlook forms and items work together](http://msdn.microsoft.com/library/office/ff869706.aspx)
108+
[Form name and message class overview](/office/vba/outlook/Concepts/Forms/form-name-and-message-class-overview)
109+
[How Outlook forms and items work together](/office/vba/outlook/Concepts/Forms/how-outlook-forms-and-items-work-together)
110110

111111

0 commit comments

Comments
 (0)