Skip to content

Commit 77a08ea

Browse files
authored
Merge pull request #3191 from DennisLee-DennisLee/v-dele-1329916-vsto
1329916: Updated MSDN links in 56 files in docs/vsto/* (try #2).
2 parents f17d6c3 + 0a3f58f commit 77a08ea

File tree

56 files changed

+113
-117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+113
-117
lines changed

docs/vsto/changes-to-the-design-of-office-projects-that-target-the-dotnet-framework-4-or-the-dotnet-framework-4-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ms.workload:
5555

5656
## See also
5757
[Migrate Office solutions to the .NET Framework 4 or later](../vsto/migrating-office-solutions-to-the-dotnet-framework-4-or-later.md)
58-
[What's new in Office development](http://msdn.microsoft.com/bf054af2-c896-4723-aa15-6381145b14bb)
58+
[What's new in Office development](https://msdn.microsoft.com/library/bf054af2-c896-4723-aa15-6381145b14bb)
5959
[Visual Studio Tools for Office runtime overview](../vsto/visual-studio-tools-for-office-runtime-overview.md)
6060

6161

docs/vsto/common-tasks-in-office-programming.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ms.workload:
4141

4242
- [How to: Create Office projects in Visual Studio](../vsto/how-to-create-office-projects-in-visual-studio.md).
4343

44-
- [How to: Upgrade Office solutions](http://msdn.microsoft.com/a269e539-b717-4680-a568-2152b070347e).
44+
- [How to: Upgrade Office solutions](https://msdn.microsoft.com/a269e539-b717-4680-a568-2152b070347e).
4545

4646
- [How to: Install Office primary interop assemblies](../vsto/how-to-install-office-primary-interop-assemblies.md).
4747

@@ -213,19 +213,19 @@ ms.workload:
213213

214214
## <a name="deployment"></a> Deployment tasks
215215

216-
- [How to: Publish an Office solution by using ClickOnce](http://msdn.microsoft.com/2b6c247e-bc04-4ce4-bb64-c4e79bb3d5b8).
216+
- [How to: Publish an Office solution by using ClickOnce](https://msdn.microsoft.com/2b6c247e-bc04-4ce4-bb64-c4e79bb3d5b8).
217217

218-
- [How to: Publish a document-level Office solution to a SharePoint server by using ClickOnce](http://msdn.microsoft.com/2408e809-fb78-42a1-9152-00afa1522e58).
218+
- [How to: Publish a document-level Office solution to a SharePoint server by using ClickOnce](https://msdn.microsoft.com/2408e809-fb78-42a1-9152-00afa1522e58).
219219

220-
- [How to: Install a ClickOnce Office solution](http://msdn.microsoft.com/14702f48-9161-4190-994c-78211fe18065).
220+
- [How to: Install a ClickOnce Office solution](https://msdn.microsoft.com/14702f48-9161-4190-994c-78211fe18065).
221221

222-
- [How to: Install prerequisites on end user computers to run Office solutions](http://msdn.microsoft.com/74dd2c52-838f-4abf-b2b4-4d7b0c2a0a98).
222+
- [How to: Install prerequisites on end user computers to run Office solutions](https://msdn.microsoft.com/74dd2c52-838f-4abf-b2b4-4d7b0c2a0a98).
223223

224-
- [How to: Prepare IIS for deployment of Office solutions](http://msdn.microsoft.com/f62bce70-81d4-4f8b-86e6-2f2afec5d9b4).
224+
- [How to: Prepare IIS for deployment of Office solutions](https://msdn.microsoft.com/f62bce70-81d4-4f8b-86e6-2f2afec5d9b4).
225225

226-
- [How to: Update deployed Office solutions](http://msdn.microsoft.com/be96db53-b6ea-46ab-b8d9-b76b098b3b13).
226+
- [How to: Update deployed Office solutions](https://msdn.microsoft.com/be96db53-b6ea-46ab-b8d9-b76b098b3b13).
227227

228-
- [How to: Change the installation path of an Office solution](http://msdn.microsoft.com/d0eaa07b-2d72-4902-899f-2f9fb165b8fd).
228+
- [How to: Change the installation path of an Office solution](https://msdn.microsoft.com/d0eaa07b-2d72-4902-899f-2f9fb165b8fd).
229229

230230
## See also
231231
[Get started &#40;Office development in Visual Studio&#41;](../vsto/getting-started-office-development-in-visual-studio.md)

docs/vsto/configuring-a-computer-to-develop-office-solutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you install a supported version of Visual Studio, the .NET Framework, and Mic
3838

3939
To make sure that these tools are installed, start the Visual Studio setup program, and choose the **Modify** button. Select the **Microsoft Office Developer Tools** check box, and then choose the **Update** button.
4040

41-
- Make sure that you're not running a version of Office that was delivered by Click-to-Run. See [How to: Verify whether Outlook is a Click-to-Run application on a computer](http://msdn.microsoft.com/library/office/ff864733(v=office.14).aspx).
41+
- Make sure that you're not running a version of Office that was delivered by Click-to-Run. See [How to: Verify whether Outlook is a Click-to-Run application on a computer](/previous-versions/office/developer/office-2010/ff864733(v=office.14)).
4242

4343
- Ensure that you're running only one version of Microsoft Office.
4444

docs/vsto/content-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ms.workload:
7575
There are nine different types of content controls that you can add to documents. Most of the content controls have a corresponding type in the <xref:Microsoft.Office.Tools.Word> namespace. You can also use a generic <xref:Microsoft.Office.Tools.Word.ContentControl>, which can represent any of the available content controls. For a walkthrough that demonstrates how to use each of the available content controls, see [Walkthrough: Create a template by using content controls](../vsto/walkthrough-creating-a-template-by-using-content-controls.md).
7676

7777
### Build block gallery
78-
A building block gallery enables users to select from a list of *document building blocks* to insert into a document. A document building block is a piece of content that has been created to be used multiple times, such as a common cover page, a formatted table, or a header. For more information, see the <xref:Microsoft.Office.Tools.Word.BuildingBlockGalleryContentControl> type. For more information about building blocks, see [What's new for developers in Word 2007](http://msdn.microsoft.com/74aa6688-65b3-4167-997d-131f26ad8f84).
78+
A building block gallery enables users to select from a list of *document building blocks* to insert into a document. A document building block is a piece of content that has been created to be used multiple times, such as a common cover page, a formatted table, or a header. For more information, see the <xref:Microsoft.Office.Tools.Word.BuildingBlockGalleryContentControl> type. For more information about building blocks, see [What's new for developers in Word 2007](/previous-versions/office/developer/office-2007/bb266218(v=office.12)).
7979

8080
### Check box
8181
A check box provides a UI that represents a binary state: selected or cleared.

docs/vsto/create-vsto-add-ins-for-office-by-using-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ ms.workload:
102102
[Microsoft Office development section of the MSDN library](http://go.microsoft.com/fwlink/?LinkId=149870)
103103
The area of the MSDN library where you can find articles and reference documentation about developing solutions for several versions of Office (not specific to Office development using Visual Studio).
104104

105-
[Application development in Visual Studio](http://msdn.microsoft.com/97490c1b-a247-41fb-8f2c-bc4c201eff68)
105+
[Application development in Visual Studio](https://msdn.microsoft.com/97490c1b-a247-41fb-8f2c-bc4c201eff68)
106106
Contains links to topics that explain how you can use Visual Studio to design, develop, debug, and deploy web applications, XML web services, and traditional client applications.
107107

108-
[.NET Framework programming in Visual Studio](http://msdn.microsoft.com/f3f63195-82c6-48e8-a4a0-612810e7d093)
108+
[.NET Framework programming in Visual Studio](/previous-versions/visualstudio/visual-studio-2010/k1s94fta(v=vs.100))
109109
Discusses application development with the .NET Framework in Visual Basic and Visual C#.
110110

111111

docs/vsto/creating-outlook-form-regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ms.workload:
5454

5555
- Display custom UI in the Reading Pane and in Inspectors.
5656

57-
For more information, see [Customize form pages and form regions](http://msdn.microsoft.com/library/office/ff869060.aspx).
57+
For more information, see [Customize form pages and form regions](/office/vba/outlook/Concepts/Forms/customizing-form-pages-and-form-regions).
5858

5959
## <a name="Adding"></a> Add an Outlook form region to your project
6060
You can use the **New Outlook Form Region** wizard to design a new form region or import a form region that was designed in Outlook. Also, if you have a form region that you used in another Outlook VSTO Add-in project, you can reuse your existing form region.

docs/vsto/custom-actions-in-outlook-form-regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ms.workload:
4646
|**Title**|Specifies the label of the custom action button.|
4747

4848
## Customize a custom action at runtime
49-
You can also add behavior to the custom action using code. For example, you can add code that takes the names of e-mail recipients and adds those names as attendees in a new appointment item. To do this, handle the [CustomAction](http://msdn.microsoft.com/library/office/ff862186.aspx) event of the [MailItem object](http://msdn.microsoft.com/library/office/ff861332.aspx).
49+
You can also add behavior to the custom action using code. For example, you can add code that takes the names of e-mail recipients and adds those names as attendees in a new appointment item. To do this, handle the [CustomAction](/office/vba/api/Outlook.MailItem.CustomAction) event of the [MailItem object](/office/vba/api/Outlook.MailItem).
5050

5151
## See also
5252
[Create Outlook form regions](../vsto/creating-outlook-form-regions.md)

docs/vsto/custom-document-properties-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ This property contains a string that provides details about the deployment manif
5252
- [Architecture of Office solutions in Visual Studio](../vsto/architecture-of-office-solutions-in-visual-studio.md)
5353
- [Architecture of document-level customizations](../vsto/architecture-of-document-level-customizations.md)
5454
- [Application and deployment manifests in Office solutions](../vsto/application-and-deployment-manifests-in-office-solutions.md)
55-
- [How to: Publish an Office solution by using ClickOnce](http://msdn.microsoft.com/2b6c247e-bc04-4ce4-bb64-c4e79bb3d5b8)
55+
- [How to: Publish an Office solution by using ClickOnce](https://msdn.microsoft.com/2b6c247e-bc04-4ce4-bb64-c4e79bb3d5b8)
5656
- [How to: Create and modify custom document properties](../vsto/how-to-create-and-modify-custom-document-properties.md)

docs/vsto/custom-xml-parts-overview.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ ms.workload:
4444

4545
For more information about the structure of Open XML and custom XML parts, see the following articles:
4646

47-
- [Introducing the Office (2007) Open XML file formats](http://msdn.microsoft.com/96018532-f62c-4da7-bbff-16b96a483fbf)
47+
- [Introducing the Office (2007) Open XML file formats](/previous-versions/office/developer/office-2007/aa338205(v=office.12))
4848

49-
- [How to: Manipulate Open XML formats documents](http://msdn.microsoft.com/c989d4e2-053d-4e1f-83be-257c608b343f)
49+
- [How to: Manipulate Open XML formats documents](/previous-versions/office/developer/office-2007/aa982683(v=office.12))
5050

51-
- [Walkthrough: Word 2007 XML format](http://msdn.microsoft.com/fc1afcb2-27fb-4608-9f29-11b7bd23ea4a)
51+
- [Walkthrough: Word 2007 XML format](/previous-versions/office/developer/office-2007/bb266220(v=office.12))
5252

53-
- [Build Word 2007 documents using Open XML formats](http://msdn.microsoft.com/59a46f4e-5a5a-4dac-86e5-7dfd43330766)
53+
- [Build Word 2007 documents using Open XML formats](/previous-versions/office/developer/office-2007/bb264572(v=office.12))
5454

5555
> [!NOTE]
5656
> Excel, Word, and PowerPoint also enable you to use custom XML parts in documents that are saved in the binary file formats. However, if a document is saved in a binary format, you cannot add or modify custom XML parts without starting the Microsoft Office application.
@@ -70,7 +70,7 @@ ms.workload:
7070
### Modify XML parts without starting the Office application
7171
You can add or modify a custom XML part without starting Excel, PowerPoint, or Word. This is useful if you want to work with XML data in a document on a computer that does not have Microsoft Office applications installed, such as a server.
7272

73-
To add a custom XML part without starting Microsoft Office, use classes in the Open XML SDK. These classes are designed to provide access to Open XML content that is specific to Office documents. For example, to add a custom XML part to an Excel workbook, you use the [AddNewPart\<T>](https://msdn.microsoft.com/library/office/cc562657.aspx) method of a [WorkbookPart](https://msdn.microsoft.com/library/office/documentformat.openxml.packaging.workbookpart.aspx) object. For more information, see [Open XML SDK](/office/open-xml/open-xml-sdk).
73+
To add a custom XML part without starting Microsoft Office, use classes in the Open XML SDK. These classes are designed to provide access to Open XML content that is specific to Office documents. For example, to add a custom XML part to an Excel workbook, you use the <xref:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart%2A> method of a <xref:DocumentFormat.OpenXml.Packaging.WorkbookPart> object. For more information, see [Open XML SDK](/office/open-xml/open-xml-sdk).
7474

7575
## Bind custom XML parts to Word content controls
7676
You can bind content controls in a Word solution to elements in a custom XML part. When a content control is bound to a custom XML part, the data in the custom XML part is displayed in the user interface (UI) of the content control. If a user edits text in the control, the corresponding XML element is automatically updated. Similarly, if element values in the custom XML parts are changed, the content controls that are bound to the XML elements display the new data. For more information, see [Content controls](../vsto/content-controls.md).
@@ -81,5 +81,3 @@ ms.workload:
8181
[How to: Add custom XML parts to documents by using VSTO Add-ins](../vsto/how-to-add-custom-xml-parts-to-documents-by-using-vsto-add-ins.md)
8282
[Content controls](../vsto/content-controls.md)
8383
[Walkthrough: Bind content controls to custom XML parts](../vsto/walkthrough-binding-content-controls-to-custom-xml-parts.md)
84-
85-

docs/vsto/customizing-a-ribbon-for-outlook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ ms.workload:
3535

3636
If you are using the **Ribbon (Visual Designer)** item, click the **RibbonType** property of the ribbon in the **Properties** window, and then select one or more ribbon IDs from the list of values.
3737

38-
You can add more than one ribbon to a project. If more than one ribbon shares a ribbon ID, override the `CreateRibbonExtensibilityObject` method in the `ThisAddin` class of your project to specify which ribbon to display at run time. For more information, see [Ribbon overview](../vsto/ribbon-overview.md). For more information about each ribbon type, see the technical article [Customize the Ribbon in Outlook 2007](http://msdn.microsoft.com/946e97ea-f556-4e84-8fac-01cd9214e170).
38+
You can add more than one ribbon to a project. If more than one ribbon shares a ribbon ID, override the `CreateRibbonExtensibilityObject` method in the `ThisAddin` class of your project to specify which ribbon to display at run time. For more information, see [Ribbon overview](../vsto/ribbon-overview.md). For more information about each ribbon type, see the technical article [Customize the Ribbon in Outlook 2007](/previous-versions/office/developer/office-2007/bb226712(v=office.12)).
3939

4040
## Specify the ribbon type by using ribbon XML
4141
If you are using the **Ribbon (XML)** item, check the value of the *ribbonID* parameter in the <xref:Microsoft.Office.Core.IRibbonExtensibility.GetCustomUI%2A> method and return the appropriate ribbon.
4242

43-
The <xref:Microsoft.Office.Core.IRibbonExtensibility.GetCustomUI%2A> method is automatically generated by Visual Studio in the ribbon code file. The *ribbonID* parameter is a string that identifies the Explorer or a specific type of inspector. For a complete list of the possible values of the *ribbonID* parameter, see the technical article [Customize the Ribbon in Outlook 2007](http://msdn.microsoft.com/946e97ea-f556-4e84-8fac-01cd9214e170).
43+
The <xref:Microsoft.Office.Core.IRibbonExtensibility.GetCustomUI%2A> method is automatically generated by Visual Studio in the ribbon code file. The *ribbonID* parameter is a string that identifies the Explorer or a specific type of inspector. For a complete list of the possible values of the *ribbonID* parameter, see the technical article [Customize the Ribbon in Outlook 2007](/previous-versions/office/developer/office-2007/bb226712(v=office.12)).
4444

4545
The following code example demonstrates how to display a custom ribbon only in the `Microsoft.Outlook.Mail.Compose` inspector. This is the inspector that opens when a user creates a new e-mail message. The ribbon to display is specified in the `GetResourceText()` method, which is generated in the **Ribbon** class. For more information about the **Ribbon** class, see [Ribbon XML](../vsto/ribbon-xml.md).
4646

docs/vsto/customizing-ui-features-by-using-extensibility-interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ms.workload:
6565
[!code-vb[Trin_SimpleExtensibilityInterface#1](../vsto/codesnippet/VisualBasic/Trin_SimpleExtensibilityInterface/ThisAddIn.vb#1)]
6666
[!code-csharp[Trin_SimpleExtensibilityInterface#1](../vsto/codesnippet/CSharp/Trin_SimpleExtensibilityInterface/ThisAddIn.cs#1)]
6767

68-
For more information about implementing <xref:Microsoft.Office.Core.ICustomTaskPaneConsumer>, see [Create custom task panes in the 2007 Office system](http://msdn.microsoft.com/256313db-18cc-496c-a961-381ed9ca94be) in the Microsoft Office documentation.
68+
For more information about implementing <xref:Microsoft.Office.Core.ICustomTaskPaneConsumer>, see [Create custom task panes in the 2007 Office system](/previous-versions/office/developer/office-2007/aa338197(v=office.12)) in the Microsoft Office documentation.
6969

7070
### Example of overriding the RequestService method
7171
The following code example demonstrates how to override the <xref:Microsoft.Office.Tools.AddInBase.RequestService%2A> method to return an instance of the `TaskPaneHelper` class from the previous code example. It checks the value of the *serviceGuid* parameter to determine which interface is being requested, and then returns an object that implements that interface.

0 commit comments

Comments
 (0)