Skip to content

Commit 8c2c6b5

Browse files
committed
fix bad links
1 parent 3b11856 commit 8c2c6b5

File tree

100 files changed

+3693
-3693
lines changed

Some content is hidden

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

100 files changed

+3693
-3693
lines changed

xml/Microsoft.Build.Tasks.Windows/GenerateTemporaryTargetAssembly.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</Base>
1616
<Interfaces />
1717
<Docs>
18-
<summary>Implements the <c>GenerateTemporaryTargetAssembly</c> task. Use the <c>GenerateTemporaryTargetAssembly</c> element in your project file to create and execute this task. For usage and parameter information, see [GenerateTemporaryTargetAssembly](/visualstudio/msbuild/generatetemporarytargetassembly-task).</summary>
18+
<summary>Implements the <c>GenerateTemporaryTargetAssembly</c> task. Use the <c>GenerateTemporaryTargetAssembly</c> element in your project file to create and execute this task. For usage and parameter information, see <see href="/visualstudio/msbuild/generatetemporarytargetassembly-task">GenerateTemporaryTargetAssembly</see>.</summary>
1919
<remarks>To be added.</remarks>
2020
<forInternalUseOnly />
2121
</Docs>
@@ -265,13 +265,13 @@
265265
<value>
266266
<see langword="true" /> if debugging information is enabled for the <see cref="T:Microsoft.Build.Tasks.Windows.GenerateTemporaryTargetAssembly" /> Task; otherwise, <see langword="false" />.</value>
267267
<remarks>
268-
<format type="text/markdown"><![CDATA[
269-
270-
## Remarks
271-
The <xref:Microsoft.Build.Tasks.Windows.GenerateTemporaryTargetAssembly.GenerateTemporaryTargetAssemblyDebuggingInformation%2A> property is an optional task parameter. It's a diagnostic parameter, and it defaults to `false`.
272-
273-
The only debugging information that is generated consists of the temporary project that is created to generate the temporary target assembly. The temporary project is normally deleted at the end of the MSBuild task. When <xref:Microsoft.Build.Tasks.Windows.GenerateTemporaryTargetAssembly.GenerateTemporaryTargetAssemblyDebuggingInformation%2A> is enabled, the temporary project is retained for inspection by the developer.
274-
268+
<format type="text/markdown"><![CDATA[
269+
270+
## Remarks
271+
The <xref:Microsoft.Build.Tasks.Windows.GenerateTemporaryTargetAssembly.GenerateTemporaryTargetAssemblyDebuggingInformation%2A> property is an optional task parameter. It's a diagnostic parameter, and it defaults to `false`.
272+
273+
The only debugging information that is generated consists of the temporary project that is created to generate the temporary target assembly. The temporary project is normally deleted at the end of the MSBuild task. When <xref:Microsoft.Build.Tasks.Windows.GenerateTemporaryTargetAssembly.GenerateTemporaryTargetAssemblyDebuggingInformation%2A> is enabled, the temporary project is retained for inspection by the developer.
274+
275275
]]></format>
276276
</remarks>
277277
</Docs>

xml/Microsoft.JScript/ErrorType.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</ReturnValue>
4343
<MemberValue>1</MemberValue>
4444
<Docs>
45-
<summary>An [eval Method (Visual Studio - JScript)](/previous-versions/visualstudio/visual-studio-2010/b51a45x6(v=vs.100)) error. Corresponds to the <see cref="T:Microsoft.JScript.EvalErrorObject" /> object.</summary>
45+
<summary>An &lt;see href="/previous-versions/visualstudio/visual-studio-2010/b51a45x6(v=vs.100"&gt;eval Method (Visual Studio - JScript)&lt;/see&gt;) error. Corresponds to the <see cref="T:Microsoft.JScript.EvalErrorObject" /> object.</summary>
4646
<forInternalUseOnly />
4747
</Docs>
4848
</Member>
@@ -185,4 +185,4 @@
185185
</Docs>
186186
</Member>
187187
</Members>
188-
</Type>
188+
</Type>

xml/Microsoft.JScript/EvalErrorObject.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
</Base>
1717
<Interfaces />
1818
<Docs>
19-
<summary>Represents an error that occurs when the <see langword="eval" /> method is used. For more information, see [eval Method (Visual Studio - JScript)](/previous-versions/visualstudio/visual-studio-2010/b51a45x6(v=vs.100)).</summary>
19+
<summary>Represents an error that occurs when the <see langword="eval" /> method is used. For more information, see &lt;see href="/previous-versions/visualstudio/visual-studio-2010/b51a45x6(v=vs.100"&gt;eval Method (Visual Studio - JScript)&lt;/see&gt;).</summary>
2020
<remarks>To be added.</remarks>
2121
<forInternalUseOnly />
2222
<altmember cref="T:Microsoft.JScript.ErrorType" />
2323
</Docs>
2424
<Members />
25-
</Type>
25+
</Type>

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@
625625
</remarks>
626626
<block subset="none" type="overrides">
627627
<para>
628-
<see langword="Dispose" /> can be called multiple times by other objects. When you override <see langword="Dispose(Boolean)" />, be careful not to reference objects that have been previously disposed of in an earlier call to <see langword="Dispose" />. For more information about how to implement <see langword="Dispose(Boolean)" />, see [Implementing a Dispose Method](/dotnet/standard/garbage-collection/implementing-dispose). For more information about <see langword="Dispose" /> and <see cref="M:System.Object.Finalize" />, see [Cleaning Up Unmanaged Resources](/dotnet/standard/garbage-collection/unmanaged) and [Overriding the Finalize Method](https://learn.microsoft.com/previous-versions/dotnet/netframework-4.0/ddae83kx(v=vs.100)).</para>
628+
<see langword="Dispose" /> can be called multiple times by other objects. When you override <see langword="Dispose(Boolean)" />, be careful not to reference objects that have been previously disposed of in an earlier call to <see langword="Dispose" />. For more information about how to implement <see langword="Dispose(Boolean)" />, see &lt;see href="/dotnet/standard/garbage-collection/implementing-dispose"&gt;Implementing a Dispose Method&lt;/see&gt;. For more information about <see langword="Dispose" /> and <see cref="M:System.Object.Finalize" />, see &lt;see href="/dotnet/standard/garbage-collection/unmanaged"&gt;Cleaning Up Unmanaged Resources&lt;/see&gt; and &lt;see href="https://learn.microsoft.com/previous-versions/dotnet/netframework-4.0/ddae83kx(v=vs.100"&gt;Overriding the Finalize Method&lt;/see&gt;).</para>
629629
</block>
630630
</Docs>
631631
</Member>
@@ -1833,4 +1833,4 @@
18331833
</Docs>
18341834
</Member>
18351835
</Members>
1836-
</Type>
1836+
</Type>

xml/Microsoft.VisualBasic.Compatibility.VB6/BaseControlArray.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509
</remarks>
510510
<block subset="none" type="overrides">
511511
<para>
512-
<see langword="Dispose" /> can be called multiple times by other objects. When you override <see langword="Dispose(Boolean)" />, make sure not to reference objects that have been previously disposed of in an earlier call to <see langword="Dispose" />. For more information about how to implement <see langword="Dispose(Boolean)" />, see [Implementing a Dispose Method](/dotnet/standard/garbage-collection/implementing-dispose). For more information about <see langword="Dispose" /> and <see cref="M:System.Object.Finalize" />, see [Cleaning Up Unmanaged Resources](/dotnet/standard/garbage-collection/unmanaged) and [Overriding the Finalize Method](https://learn.microsoft.com/previous-versions/dotnet/netframework-4.0/ddae83kx(v=vs.100)).</para>
512+
<see langword="Dispose" /> can be called multiple times by other objects. When you override <see langword="Dispose(Boolean)" />, make sure not to reference objects that have been previously disposed of in an earlier call to <see langword="Dispose" />. For more information about how to implement <see langword="Dispose(Boolean)" />, see &lt;see href="/dotnet/standard/garbage-collection/implementing-dispose"&gt;Implementing a Dispose Method&lt;/see&gt;. For more information about <see langword="Dispose" /> and <see cref="M:System.Object.Finalize" />, see &lt;see href="/dotnet/standard/garbage-collection/unmanaged"&gt;Cleaning Up Unmanaged Resources&lt;/see&gt; and &lt;see href="https://learn.microsoft.com/previous-versions/dotnet/netframework-4.0/ddae83kx(v=vs.100"&gt;Overriding the Finalize Method&lt;/see&gt;).</para>
513513
</block>
514514
</Docs>
515515
</Member>
@@ -896,4 +896,4 @@
896896
</Docs>
897897
</Member>
898898
</Members>
899-
</Type>
899+
</Type>

xml/Microsoft.VisualBasic.Compatibility.VB6/DirListBox.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
</remarks>
386386
<block subset="none" type="overrides">
387387
<para>
388-
<see langword="Dispose" /> can be called multiple times by other objects. When you override <see langword="Dispose(Boolean)" />, make sure not to reference objects that have been previously disposed of in an earlier call to <see langword="Dispose" />. For more information about how to implement <see langword="Dispose(Boolean)" />, see [Implementing a Dispose Method](/dotnet/standard/garbage-collection/implementing-dispose). For more information about <see langword="Dispose" /> and <see cref="M:System.Object.Finalize" />, see [Cleaning Up Unmanaged Resources](/dotnet/standard/garbage-collection/unmanaged) and [Overriding the Finalize Method](https://learn.microsoft.com/previous-versions/dotnet/netframework-4.0/ddae83kx(v=vs.100)).</para>
388+
<see langword="Dispose" /> can be called multiple times by other objects. When you override <see langword="Dispose(Boolean)" />, make sure not to reference objects that have been previously disposed of in an earlier call to <see langword="Dispose" />. For more information about how to implement <see langword="Dispose(Boolean)" />, see &lt;see href="/dotnet/standard/garbage-collection/implementing-dispose"&gt;Implementing a Dispose Method&lt;/see&gt;. For more information about <see langword="Dispose" /> and <see cref="M:System.Object.Finalize" />, see &lt;see href="/dotnet/standard/garbage-collection/unmanaged"&gt;Cleaning Up Unmanaged Resources&lt;/see&gt; and &lt;see href="https://learn.microsoft.com/previous-versions/dotnet/netframework-4.0/ddae83kx(v=vs.100"&gt;Overriding the Finalize Method&lt;/see&gt;).</para>
389389
</block>
390390
<related type="Article" href="/dotnet/framework/winforms/controls/savefiledialog-component-overview-windows-forms">SaveFileDialog Component Overview (Windows Forms)</related>
391391
<related type="Article" href="/dotnet/framework/winforms/controls/openfiledialog-component-overview-windows-forms">OpenFileDialog Component Overview (Windows Forms)</related>
@@ -1131,4 +1131,4 @@
11311131
</Docs>
11321132
</Member>
11331133
</Members>
1134-
</Type>
1134+
</Type>

xml/Microsoft.VisualBasic.Compatibility.VB6/DriveListBox.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
</remarks>
208208
<block subset="none" type="overrides">
209209
<para>
210-
<see langword="Dispose" /> can be called multiple times by other objects. When you override <see langword="Dispose(Boolean)" />, make sure not to reference objects that have been previously disposed of in an earlier call to <see langword="Dispose" />. For more information about how to implement <see langword="Dispose(Boolean)" />, see [Implementing a Dispose Method](/dotnet/standard/garbage-collection/implementing-dispose). For more information about <see langword="Dispose" /> and <see cref="M:System.Object.Finalize" />, see [Cleaning Up Unmanaged Resources](/dotnet/standard/garbage-collection/unmanaged) and [Overriding the Finalize Method](https://learn.microsoft.com/previous-versions/dotnet/netframework-4.0/ddae83kx(v=vs.100)).</para>
210+
<see langword="Dispose" /> can be called multiple times by other objects. When you override <see langword="Dispose(Boolean)" />, make sure not to reference objects that have been previously disposed of in an earlier call to <see langword="Dispose" />. For more information about how to implement <see langword="Dispose(Boolean)" />, see &lt;see href="/dotnet/standard/garbage-collection/implementing-dispose"&gt;Implementing a Dispose Method&lt;/see&gt;. For more information about <see langword="Dispose" /> and <see cref="M:System.Object.Finalize" />, see &lt;see href="/dotnet/standard/garbage-collection/unmanaged"&gt;Cleaning Up Unmanaged Resources&lt;/see&gt; and &lt;see href="https://learn.microsoft.com/previous-versions/dotnet/netframework-4.0/ddae83kx(v=vs.100"&gt;Overriding the Finalize Method&lt;/see&gt;).</para>
211211
</block>
212212
<related type="Article" href="/dotnet/framework/winforms/controls/savefiledialog-component-overview-windows-forms">SaveFileDialog Component Overview (Windows Forms)</related>
213213
<related type="Article" href="/dotnet/framework/winforms/controls/openfiledialog-component-overview-windows-forms">OpenFileDialog Component Overview (Windows Forms)</related>
@@ -997,4 +997,4 @@
997997
</Docs>
998998
</Member>
999999
</Members>
1000-
</Type>
1000+
</Type>

xml/Microsoft.VisualBasic.Compatibility.VB6/FileListBox.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
<summary>Gets the height of an item in the <see cref="T:System.Windows.Forms.ListBox" />.</summary>
335335
<value>This property is not required for the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> control; the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> does not support items of variable height. It is provided only because the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> control inherits from <see cref="T:System.Windows.Forms.ListBox" />.
336336

337-
[!INCLUDE[Note_compatibility](~/includes/note-compatibility-md.md)]</value>
337+
&lt;see href="~/includes/note-compatibility-md.md"&gt;!INCLUDE[Note_compatibility&lt;/see&gt;]</value>
338338
<remarks>To be added.</remarks>
339339
<related type="Article" href="/dotnet/framework/winforms/controls/savefiledialog-component-overview-windows-forms">SaveFileDialog Component Overview (Windows Forms)</related>
340340
<related type="Article" href="/dotnet/framework/winforms/controls/openfiledialog-component-overview-windows-forms">OpenFileDialog Component Overview (Windows Forms)</related>
@@ -1045,4 +1045,4 @@
10451045
</Docs>
10461046
</Member>
10471047
</Members>
1048-
</Type>
1048+
</Type>

xml/Microsoft.VisualBasic/VbStrConv.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,8 @@
440440
</ReturnValue>
441441
<MemberValue>4</MemberValue>
442442
<Docs>
443-
<summary>Converts narrow (single-byte) characters in the string to wide (double-byte) characters. Applies to Asian locales. This member is equivalent to the Visual Basic constant <see langword="vbWide" />. [!INCLUDE[vbstrconv-wide](~/includes/vbstrconv-wide-md.md)]</summary>
443+
<summary>Converts narrow (single-byte) characters in the string to wide (double-byte) characters. Applies to Asian locales. This member is equivalent to the Visual Basic constant <see langword="vbWide" />. &lt;see href="~/includes/vbstrconv-wide-md.md"&gt;!INCLUDE[vbstrconv-wide&lt;/see&gt;]</summary>
444444
</Docs>
445445
</Member>
446446
</Members>
447-
</Type>
447+
</Type>

0 commit comments

Comments
 (0)