Skip to content

Commit 5f0c56b

Browse files
authored
Merge pull request #2342 from gewarren/broken-links
Fix broken internal links from CATS
2 parents 5e12f68 + 99d3e03 commit 5f0c56b

17 files changed

+1742
-1738
lines changed

docs/cross-platform/build-apps-with-native-ui-using-xamarin-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You'll do these things to build it:
4444
> - Xamarin apps with native UI:
4545
> - [Hello, Android](/xamarin/android/get-started/hello-android/) (simple app with one screen)
4646
> - [Hello, Android multiscreen](/xamarin/android/get-started/hello-android-multiscreen/) (app with navigation between screens)
47-
> - [Android Fragments Walkthrough](/xamarin/android/platform/fragments/fragments/implementing-with-fragments/walkthrough/) (used for master/detail screens, among other things)
47+
> - [Android Fragments Walkthrough](/xamarin/android/platform/fragments/implementing-with-fragments/) (used for master/detail screens, among other things)
4848
> - [Hello, iOS](/xamarin/ios/get-started/hello-iOS/)
4949
> - [Hello, iOS Multiscreen](/xamarin/ios/get-started/hello-iOS-multiscreen/)
5050

docs/cross-platform/learn-about-mobile-development-with-xamarin.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ manager: crdun
1212
ms.workload:
1313
- "xamarin"
1414
---
15-
1615
# Learn about mobile development with Xamarin
1716

1817
This article lists several overviews that can help you understand developing cross-platform mobile apps with Xamarin. If you have not yet installed Visual Studio and Xamarin, start the [Setup and install](../cross-platform/setup-and-install.md) process first, then return here to work through these resources while the installers are running.
@@ -105,7 +104,7 @@ To learn more, read [Getting Started with the iOS Simulator](https://developer.a
105104

106105
### Microsoft's Windows Phone Emulator.
107106

108-
To learn more, read [Test with the Microsoft Emulator for Windows 10 Mobile](/windows-uwp/windows-apps-src/debug-test-perf/test-with-the-emulator/).
107+
To learn more, read [Test with the Microsoft Emulator for Windows 10 Mobile](/windows/uwp/debug-test-perf/test-with-the-emulator).
109108

110109
<a name="components" />
111110

docs/cross-platform/learn-app-building-basics-with-xamarin-forms-in-visual-studio.md

Lines changed: 289 additions & 290 deletions
Large diffs are not rendered by default.

docs/debugger/com-debugging-tools.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.technology: "vs-ide-debug"
66
ms.topic: "conceptual"
7-
f1_keywords:
7+
f1_keywords:
88
- "vs.debug.com"
9-
dev_langs:
9+
dev_langs:
1010
- "CSharp"
1111
- "VB"
1212
- "FSharp"
1313
- "C++"
14-
helpviewer_keywords:
14+
helpviewer_keywords:
1515
- "COM, debugging"
1616
- "spy programs"
1717
- "viewers"
@@ -21,22 +21,26 @@ ms.assetid: 4296ad30-6952-46cb-b002-6b34eee1993a
2121
author: "mikejo5000"
2222
ms.author: "mikejo"
2323
manager: douge
24-
ms.workload:
24+
ms.workload:
2525
- "multiple"
2626
---
2727
# COM Debugging Tools
28-
This topic lists tools that can help you test and inspect COM programs.
29-
30-
OLE/COM Object Viewer
31-
OLEVIEW displays the ActiveX and OLE objects installed on your computer and the interfaces they support. It also allows you to edit the registry and look at type libraries. For more information, see [Using the OLE/COM Object Viewer](/cpp/data/ado-rdo/using-the-ole-com-object-viewer).
32-
33-
Microsoft Foundation Class Samples
34-
The MFC ActiveX samples OCLIENT and SUPERPAD are also available to test your applications against. Full source code for these samples is included.
35-
36-
## See Also
37-
[COM and ActiveX Debugging](../debugger/com-and-activex-debugging.md)
38-
[COM Debugging Tools](../debugger/com-debugging-tools.md)
39-
[Debugging in Visual Studio](../debugger/index.md)
40-
[Debugger Feature Tour](../debugger/debugger-feature-tour.md)
41-
[OCLIENT Sample: Illustrates a Visual Editing Container Application](http://msdn.microsoft.com/en-us/8cd5c234-9a4e-4934-8f5d-bac189ad92c4)
42-
[SUPERPAD Sample: Demonstrates a Visual Editing Server That Edits Text Using CEditView](http://msdn.microsoft.com/en-us/7b14e975-d986-4e6a-8289-226485cfcb72)
28+
29+
This topic lists tools that can help you test and inspect COM programs.
30+
31+
OLE/COM Object Viewer
32+
33+
OLEVIEW displays the ActiveX and OLE objects installed on your computer and the interfaces they support. It also allows you to edit the registry and look at type libraries.
34+
35+
Microsoft Foundation Class Samples
36+
37+
The MFC ActiveX samples OCLIENT and SUPERPAD are also available to test your applications against. Full source code for these samples is included.
38+
39+
### See also
40+
41+
- [COM and ActiveX Debugging](../debugger/com-and-activex-debugging.md)
42+
- [COM Debugging Tools](../debugger/com-debugging-tools.md)
43+
- [Debugging in Visual Studio](../debugger/index.md)
44+
- [Debugger Feature Tour](../debugger/debugger-feature-tour.md)
45+
- [OCLIENT Sample: Illustrates a Visual Editing Container Application](http://msdn.microsoft.com/en-us/8cd5c234-9a4e-4934-8f5d-bac189ad92c4)
46+
- [SUPERPAD Sample: Demonstrates a Visual Editing Server That Edits Text Using CEditView](http://msdn.microsoft.com/en-us/7b14e975-d986-4e6a-8289-226485cfcb72)

docs/debugger/using-dump-files.md

Lines changed: 88 additions & 87 deletions
Large diffs are not rendered by default.

docs/extensibility/internals/inside-the-visual-studio-sdk.md

Lines changed: 107 additions & 107 deletions
Large diffs are not rendered by default.

docs/extensibility/internals/wizard-dot-vsz-file.md

Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,49 @@
22
title: "Wizard (.Vsz) File | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
5-
ms.technology:
5+
ms.technology:
66
- "vs-ide-sdk"
77
ms.topic: "conceptual"
8-
helpviewer_keywords:
8+
helpviewer_keywords:
99
- ".vsz files"
1010
- "vsz files"
1111
- "wizards, files"
1212
ms.assetid: 72e1d0f3-eef1-455e-b803-96827f030f50
1313
author: "gregvanl"
1414
ms.author: "gregvanl"
1515
manager: douge
16-
ms.workload:
16+
ms.workload:
1717
- "vssdk"
1818
---
1919
# Wizard (.Vsz) File
20-
The integrated development environment (IDE) uses .vsz files to start wizards. These .vsz files contain information that the IDE uses to determine which wizard to call and what information to pass to the wizard.
21-
22-
A .vsz file is a version of an .ini-formatted text file that has no sections. Information known to the IDE is stored at the beginning of the file. This provides a link between the wizard that the IDE calls and the parameters that are in the .vsz file to be passed to the IDE. The rest of the file provides parameters that are specific to the wizard and that are to be collected by the IDE and passed to the specific wizard.
23-
24-
The following example shows the contents of a .vsz file.
25-
26-
```
27-
VSWizard 8.0
28-
Wizard=VsWizard.CBlankSiteWizard -or- {123-1234556-123334}
29-
Param="WIZARDNAME = Wizard One"
30-
Param="WIZARDUI = FALSE"
31-
```
32-
33-
Following are the parts in the .vsz file.
34-
35-
|Part|Description|
36-
|----------|-----------------|
37-
|VSWizard|The first parameter in the file is the version number of the template file format. This version number must be 6.0, 7.0, 7.1, or 8.0. Other numbers cannot be started and cause an Invalid Format error.|
38-
|Wizard|This field contains the OLE ProgID of the wizard, or alternatively a GUID string representation of the CLSID of the wizard that is cocreated by the IDE.|
39-
|Param|These parts are optional. You can add as many as needed.|
40-
41-
The parameters enable the .vsz file to pass additional custom parameters to the wizard. Each value is passed as a string element in an array of variants to the wizard. For more information, see [Custom Parameters](../../extensibility/internals/custom-parameters.md). For information about how to use a .vsz file in the development of custom wizards, see [.Vsz File (Project Control)](/cpp/ide/dot-vsz-file-project-control)
42-
43-
To add a default locale ID to your .vsz file, specify `FALLBACK_LCID`=xxxx, where xxxx is the locale ID, for example, 1033 for English. When `FALLBACK_LCID` parameter is defined, the wizard uses the supplied fallback locale ID if the current ID is not found.
44-
45-
## See Also
46-
[Custom Parameters](../../extensibility/internals/custom-parameters.md)
47-
[Wizards](../../extensibility/internals/wizards.md)
48-
[Template Directory Description (.Vsdir) Files](../../extensibility/internals/template-directory-description-dot-vsdir-files.md)
20+
21+
The integrated development environment (IDE) uses .vsz files to start wizards. These .vsz files contain information that the IDE uses to determine which wizard to call and what information to pass to the wizard.
22+
23+
A .vsz file is a version of an .ini-formatted text file that has no sections. Information known to the IDE is stored at the beginning of the file. This provides a link between the wizard that the IDE calls and the parameters that are in the .vsz file to be passed to the IDE. The rest of the file provides parameters that are specific to the wizard and that are to be collected by the IDE and passed to the specific wizard.
24+
25+
The following example shows the contents of a .vsz file.
26+
27+
```
28+
VSWizard 8.0
29+
Wizard=VsWizard.CBlankSiteWizard -or- {123-1234556-123334}
30+
Param="WIZARDNAME = Wizard One"
31+
Param="WIZARDUI = FALSE"
32+
```
33+
34+
Following are the parts in the .vsz file.
35+
36+
|Part|Description|
37+
|----------|-----------------|
38+
|VSWizard|The first parameter in the file is the version number of the template file format. This version number must be 6.0, 7.0, 7.1, or 8.0. Other numbers cannot be started and cause an Invalid Format error.|
39+
|Wizard|This field contains the OLE ProgID of the wizard, or alternatively a GUID string representation of the CLSID of the wizard that is cocreated by the IDE.|
40+
|Param|These parts are optional. You can add as many as needed.|
41+
42+
The parameters enable the .vsz file to pass additional custom parameters to the wizard. Each value is passed as a string element in an array of variants to the wizard. For more information, see [Custom Parameters](../../extensibility/internals/custom-parameters.md).
43+
44+
To add a default locale ID to your .vsz file, specify `FALLBACK_LCID`=xxxx, where xxxx is the locale ID, for example, 1033 for English. When `FALLBACK_LCID` parameter is defined, the wizard uses the supplied fallback locale ID if the current ID is not found.
45+
46+
## See also
47+
48+
- [Custom Parameters](../../extensibility/internals/custom-parameters.md)
49+
- [Wizards](../../extensibility/internals/wizards.md)
50+
- [Template Directory Description (.Vsdir) Files](../../extensibility/internals/template-directory-description-dot-vsdir-files.md)

0 commit comments

Comments
 (0)