Skip to content

Commit 7ef5638

Browse files
authored
Replace MSDN links (dotnet#5242)
1 parent a55e903 commit 7ef5638

File tree

75 files changed

+192
-192
lines changed

Some content is hidden

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

75 files changed

+192
-192
lines changed

xml/Microsoft.Build.Tasks/CallTarget.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</Attribute>
3333
</Attributes>
3434
<Docs>
35-
<summary>Implements the <c>CallTarget</c> task. Use the <c>CallTarget</c> element in your project file to create and execute this task. For usage and parameter information, see [CallTarget Task](https://msdn.microsoft.com/library/bb1fe2c4-4383-436f-8326-c24cc4a46150).</summary>
35+
<summary>Implements the <c>CallTarget</c> task. Use the <c>CallTarget</c> element in your project file to create and execute this task. For usage and parameter information, see [CallTarget Task](/previous-versions/visualstudio/visual-studio-2015/msbuild/calltarget-task).</summary>
3636
<remarks>
3737
This class implements the "CallTarget" task, which invokes other targets within the same
3838
project file. Marked RunInMTA because we do not want this task to ever be invoked explicitly

xml/Microsoft.Build.Tasks/MSBuild.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</Attribute>
3333
</Attributes>
3434
<Docs>
35-
<summary>Implements the <c>MSBuild</c> task. Use the <c>MSBuild</c> element in your project file to create and execute this task. For usage and parameter information, see [MSBuild Task](https://msdn.microsoft.com/library/76577f6c-7669-44ad-a840-363e37a04d34).</summary>
35+
<summary>Implements the <c>MSBuild</c> task. Use the <c>MSBuild</c> element in your project file to create and execute this task. For usage and parameter information, see [MSBuild Task](/previous-versions/visualstudio/visual-studio-2015/msbuild/msbuild-task).</summary>
3636
<remarks>
3737
This class implements the "MSBuild" task, which hands off child project files to the MSBuild engine to be built.
3838
Marked RunInMTA because there is no reason MSBuild tasks should run on a thread other than that of the

xml/Microsoft.Build.Tasks/ResolveComReference.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
<format type="text/markdown"><![CDATA[
759759
760760
## Remarks
761-
This property may contain item metadata. For more information, see the section "TypeLibFiles Item Metadata" in [ResolveComReference Task](https://msdn.microsoft.com/library/c9bf5fcf-6453-40ea-b50f-a212adc3e9b5).
761+
This property may contain item metadata. For more information, see the section "TypeLibFiles Item Metadata" in [ResolveComReference Task](/previous-versions/visualstudio/visual-studio-2015/msbuild/resolvecomreference-task).
762762
763763
]]></format>
764764
</remarks>
@@ -809,7 +809,7 @@
809809
<format type="text/markdown"><![CDATA[
810810
811811
## Remarks
812-
This property may contain item metadata. For more information, see the section "TypeLibFiles Item Metadata" in [ResolveComReference Task](https://msdn.microsoft.com/library/c9bf5fcf-6453-40ea-b50f-a212adc3e9b5).
812+
This property may contain item metadata. For more information, see the section "TypeLibFiles Item Metadata" in [ResolveComReference Task](/previous-versions/visualstudio/visual-studio-2015/msbuild/resolvecomreference-task).
813813
814814
]]></format>
815815
</remarks>

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)](https://msdn.microsoft.com/library/8af3274a-ce81-46db-854c-25db60cd9b38) error. Corresponds to the <see cref="T:Microsoft.JScript.EvalErrorObject" /> object.</summary>
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>
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)](https://msdn.microsoft.com/library/8af3274a-ce81-46db-854c-25db60cd9b38).</summary>
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>
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.ApplicationServices/ApplicationBase.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
222222
[!code-vb[VbVbalrMyResources#10](~/samples/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyResources/VB/Form1.vb#10)]
223223
224-
For this example to work, your application must have a string named `Message` in the application's resource file, and the application should have the French-culture version of that resource file, `Resources.fr-FR.resx`. For more information, see [How to: Add or Remove Resources](https://msdn.microsoft.com/library/7b77bc06-3952-4799-b029-def3f8f7f88d).
224+
For this example to work, your application must have a string named `Message` in the application's resource file, and the application should have the French-culture version of that resource file, `Resources.fr-FR.resx`. For more information, see [How to: Add or Remove Resources](/previous-versions/visualstudio/visual-studio-2010/3bka19x4(v=vs.100)).
225225
226226
If the application does not have the French-culture version of that resource file, the `My.Resources` object retrieves the resource from the default-culture resource file.
227227
@@ -501,7 +501,7 @@
501501
502502
[!code-vb[VbVbalrMyResources#10](~/samples/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyResources/VB/Form1.vb#10)]
503503
504-
For this example to work, your application must have a string named `Message` in the application's resource file, and the application should have the French-culture version of that resource file, `Resources.fr-FR.resx`. For more information, see [How to: Add or Remove Resources](https://msdn.microsoft.com/library/7b77bc06-3952-4799-b029-def3f8f7f88d).
504+
For this example to work, your application must have a string named `Message` in the application's resource file, and the application should have the French-culture version of that resource file, `Resources.fr-FR.resx`. For more information, see [How to: Add or Remove Resources](/previous-versions/visualstudio/visual-studio-2010/3bka19x4(v=vs.100)).
505505
506506
If the application does not have the French-culture version of that resource file, the `My.Resources` object retrieves the resource from the default-culture resource file.
507507

xml/Microsoft.VisualBasic.ApplicationServices/WindowsFormsApplicationBase.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
Typically, you use this method in a loop to process messages.
224224
225225
> [!NOTE]
226-
> The `My.Application.DoEvents` method does not process events in exactly the same way as the form does. Use multithreading to make the form directly handle the events. For more information, see [Multithreaded Applications](https://msdn.microsoft.com/library/a06a1a56-dd16-44e8-bc01-2c2255511bc6).
226+
> The `My.Application.DoEvents` method does not process events in exactly the same way as the form does. Use multithreading to make the form directly handle the events. For more information, see [Using threads and threading](/dotnet/standard/threading/using-threads-and-threading).
227227
228228
> [!CAUTION]
229229
> If a method that handles a user interface (UI) event calls the `My.Application.DoEvents` method, the method might be re-entered before it finishes. This can happen because the `My.Application.DoEvents` method processes Windows messages, and Windows messages can raise events.
@@ -1137,7 +1137,7 @@
11371137
<format type="text/markdown"><![CDATA[
11381138
11391139
## Remarks
1140-
The `SaveMySettingsOnExit` property allows the user to change how the application saves settings, at run time. You can explicitly save setting changes by using the <xref:System.Configuration.ApplicationSettingsBase.Save%2A> method of the `My.Settings` object. For more information about changing and saving settings, see [Application Properties](https://msdn.microsoft.com/library/0ad4926f-636e-41f8-a5b1-faf9d9b0a254).
1140+
The `SaveMySettingsOnExit` property allows the user to change how the application saves settings, at run time. You can explicitly save setting changes by using the <xref:System.Configuration.ApplicationSettingsBase.Save%2A> method of the `My.Settings` object. For more information about changing and saving settings, see [Application Properties](/previous-versions/visualstudio/visual-studio-2015/ide/application-properties).
11411141
11421142
The changes to this property are not persisted when the application closes. To change the `SaveMySettingsOnExit` property permanently, you must change the setting in the **Project Designer**:
11431143

xml/Microsoft.VisualBasic.MyServices/ClipboardProxy.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
4141
Because all Windows applications share the system Clipboard, the contents may change when you switch to another application.
4242
43-
A class must be serializable for it to be put on the Clipboard. See [Serialization](https://msdn.microsoft.com/library/f7570c09-7db5-44f2-983a-e8859caeb0d5) for more information.
43+
A class must be serializable for it to be put on the Clipboard. For more information, see [Serialization - C#](/dotnet/csharp/programming-guide/concepts/serialization/) or [Serialization - Visual Basic](/dotnet/visual-basic/programming-guide/concepts/serialization/).
4444
4545
When accessing the Clipboard remotely, a <xref:System.Threading.ThreadStateException> is thrown unless the accessing thread operates in STA (single-threaded apartment) mode. To resolve this issue, set the `ThreadApartmentState` to `STA`. For more information, see <xref:System.STAThreadAttribute>.
4646

xml/Microsoft.VisualBasic/Collection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
## Remarks
6767
6868
> [!NOTE]
69-
> Whenever possible, you should use the generic collections in the <xref:System.Collections.Generic?displayProperty=nameWithType> namespace or the <xref:System.Collections.Concurrent> namespace instead of a Visual Basic `Collection`. For more information, see [Collections](https://msdn.microsoft.com/library/e76533a9-5033-4a0b-b003-9c2be60d185b).
69+
> Whenever possible, you should use the generic collections in the <xref:System.Collections.Generic?displayProperty=nameWithType> namespace or the <xref:System.Collections.Concurrent> namespace instead of a Visual Basic `Collection`. For more information, see [Collections - C#](/dotnet/csharp/programming-guide/concepts/collections) or [Collections - Visual Basic](/dotnet/visual-basic/programming-guide/concepts/collections).
7070
7171
The Visual Basic `Collection` object provides a convenient way to refer to a related group of items as a single object. The items, or *elements*, in a collection need only be related by the fact that they exist in the collection. Elements of a collection do not have to share the same data type.
7272

xml/Microsoft.VisualBasic/ErrObject.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ End If
407407
> [!NOTE]
408408
> The <xref:Microsoft.VisualBasic.ErrObject.LastDllError%2A> property is protected by <xref:System.Security.Permissions.SecurityAction.LinkDemand>, which helps prevent it from being accessed from untrusted code. However, <xref:System.Security.Permissions.SecurityAction.LinkDemand> requires only the immediate caller to have <xref:System.Security.Permissions.SecurityPermissionAttribute.UnmanagedCode%2A> permission. If your code can be called from partially trusted code, exposing the value of <xref:Microsoft.VisualBasic.ErrObject.LastDllError%2A> without validation is a security risk.
409409
>
410-
> For important limitations about how to use the <xref:System.Security.Permissions.SecurityAction.LinkDemand> member, see [Demand vs. LinkDemand](https://msdn.microsoft.com/library/1ab877f2-70f4-4e0d-8116-943999dfe8f5). For more information about permissions, see <xref:System.Security.Permissions.SecurityPermission> and [Code Access Permissions](https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/h846e9b3(v=vs.100)).
410+
> For important limitations about how to use the <xref:System.Security.Permissions.SecurityAction.LinkDemand> member, see [Demand vs. LinkDemand](/previous-versions/dotnet/netframework-4.0/3ky50t49(v=vs.100)). For more information about permissions, see <xref:System.Security.Permissions.SecurityPermission> and [Code Access Permissions](https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/h846e9b3(v=vs.100)).
411411
412412
Note For smart devices this property always returns zero.
413413

0 commit comments

Comments
 (0)