Skip to content

Commit 8ab242c

Browse files
authored
remove use of term msdn library (dotnet#5214)
1 parent 2096db0 commit 8ab242c

File tree

14 files changed

+214
-218
lines changed

14 files changed

+214
-218
lines changed

xml/System.Drawing.Imaging/EmfPlusRecordType.xml

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

xml/System.Globalization/RegionInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@
755755
## Remarks
756756
The application should use the <xref:System.Globalization.RegionInfo.GeoId%2A> property to provide culture-specific services to customers. For example, the <xref:System.Globalization.RegionInfo.GeoId%2A> property can be used as a key to access a database record that contains specific information about a country/region.
757757
758-
This property value corresponds to the Windows `GetUserGeoID` function. For a list of geographical identifiers, see [Table of Geographical Locations](https://go.microsoft.com/fwlink/?LinkId=191287) in the MSDN Library.
758+
This property value corresponds to the Windows `GetUserGeoID` function. For a list of geographical identifiers, see [Table of Geographical Locations](https://go.microsoft.com/fwlink/?LinkId=191287).
759759
760760
761761

xml/System.Reflection/Assembly.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2092,7 +2092,7 @@ In .NET 5.0 and later versions, for bundled assemblies, this method throws an ex
20922092
<format type="text/markdown"><![CDATA[
20932093
20942094
## Remarks
2095-
A manifest resource is a resource (such as an image file) that is embedded in the assembly at compile time. For more information about manifest resources, see [Microsoft .NET Framework Resource Basics](https://go.microsoft.com/fwlink/?LinkId=204554) in the MSDN Library.
2095+
A manifest resource is a resource (such as an image file) that is embedded in the assembly at compile time. For more information about manifest resources, see [Microsoft .NET Framework Resource Basics](https://go.microsoft.com/fwlink/?LinkId=204554).
20962096
20972097
Resource information is returned only if the resource is visible to the caller, or the caller has <xref:System.Security.Permissions.ReflectionPermission>.
20982098
@@ -2175,7 +2175,7 @@ In .NET 5.0 and later versions, for bundled assemblies, this method throws an ex
21752175
## Remarks
21762176
For example, if the full name specified for `type` is "MyNameSpace.MyClasses" and `name` is "Net", this method overload searches for a resource named "MyNameSpace.Net".
21772177
2178-
A manifest resource is a resource (such as an image file) that is embedded in the assembly at compile time. For more information about manifest resources, see [Microsoft .NET Framework Resource Basics](https://go.microsoft.com/fwlink/?LinkId=204554) in the MSDN Library.
2178+
A manifest resource is a resource (such as an image file) that is embedded in the assembly at compile time. For more information about manifest resources, see [Microsoft .NET Framework Resource Basics](https://go.microsoft.com/fwlink/?LinkId=204554).
21792179
21802180
Resource information is returned only if the resource is visible to the caller, or the caller has <xref:System.Security.Permissions.ReflectionPermission>.
21812181

xml/System.Runtime.InteropServices.ComTypes/IRunningObjectTable.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
## Remarks
5656
You can retrieve an interface to the running object table by calling the COM [GetRunningObjectTable](https://go.microsoft.com/fwlink/?LinkId=163472) function.
5757
58-
For more information, see the documentation for the COM [IRunningObjectTable](https://go.microsoft.com/fwlink/?LinkId=163473) interface in the MSDN library.
58+
For more information, see [IRunningObjectTable interface](https://go.microsoft.com/fwlink/?LinkId=163473).
5959
6060
The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see [How to: Map HRESULTs and Exceptions](/dotnet/framework/interop/how-to-map-hresults-and-exceptions).
6161
@@ -107,7 +107,7 @@
107107
<format type="text/markdown"><![CDATA[
108108
109109
## Remarks
110-
For more information, see the documentation for the [IRunningObjectTable::EnumRunning](https://go.microsoft.com/fwlink/?LinkId=163475) method in the MSDN library.
110+
For more information, see [IRunningObjectTable::EnumRunning method](https://go.microsoft.com/fwlink/?LinkId=163475).
111111
112112
]]></format>
113113
</remarks>
@@ -160,7 +160,7 @@
160160
<format type="text/markdown"><![CDATA[
161161
162162
## Remarks
163-
For more information, see the documentation for the [IRunningObjectTable::GetObject](https://go.microsoft.com/fwlink/?LinkId=163476) method in the MSDN library.
163+
For more information, see [IRunningObjectTable::GetObject method](https://go.microsoft.com/fwlink/?LinkId=163476).
164164
165165
]]></format>
166166
</remarks>
@@ -213,7 +213,7 @@
213213
<format type="text/markdown"><![CDATA[
214214
215215
## Remarks
216-
For more information, see the documentation for the [IRunningObjectTable::GetTimeOfLastChange](https://go.microsoft.com/fwlink/?LinkId=163477) method in the MSDN library.
216+
For more information, see [IRunningObjectTable::GetTimeOfLastChange method](https://go.microsoft.com/fwlink/?LinkId=163477).
217217
218218
]]></format>
219219
</remarks>
@@ -264,7 +264,7 @@
264264
<format type="text/markdown"><![CDATA[
265265
266266
## Remarks
267-
For more information, see the documentation for the [IRunningObjectTable::IsRunning](https://go.microsoft.com/fwlink/?LinkId=163478) method in the MSDN library.
267+
For more information, see [IRunningObjectTable::IsRunning method](https://go.microsoft.com/fwlink/?LinkId=163478).
268268
269269
]]></format>
270270
</remarks>
@@ -316,7 +316,7 @@
316316
<format type="text/markdown"><![CDATA[
317317
318318
## Remarks
319-
For more information, see the documentation for the [IRunningObjectTable::NoteChangeTime](https://go.microsoft.com/fwlink/?LinkId=163479) method in the MSDN library.
319+
For more information, see [IRunningObjectTable::NoteChangeTime method](https://go.microsoft.com/fwlink/?LinkId=163479).
320320
321321
]]></format>
322322
</remarks>
@@ -371,7 +371,7 @@
371371
<format type="text/markdown"><![CDATA[
372372
373373
## Remarks
374-
ROT references to `punkObject` (weak and strong) determine object lifetime. For more information, see the documentation for the COM [IRunningObjectTable::Register](https://go.microsoft.com/fwlink/?LinkId=163474) method in the MSDN library.
374+
ROT references to `punkObject` (weak and strong) determine object lifetime. For more information, see [IRunningObjectTable::Register method](https://go.microsoft.com/fwlink/?LinkId=163474).
375375
376376
]]></format>
377377
</remarks>
@@ -421,7 +421,7 @@
421421
<format type="text/markdown"><![CDATA[
422422
423423
## Remarks
424-
For more information, see the documentation for the [IRunningObjectTable::Revoke](https://go.microsoft.com/fwlink/?LinkId=163480) method in the MSDN library.
424+
For more information, see [IRunningObjectTable::Revoke method](https://go.microsoft.com/fwlink/?LinkId=163480).
425425
426426
]]></format>
427427
</remarks>

xml/System.Security.AccessControl/SemaphoreRights.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
## Remarks
4646
Use the <xref:System.Security.AccessControl.SemaphoreRights> enumeration to specify access control rights when you create <xref:System.Security.AccessControl.SemaphoreSecurity> objects. To apply access rights to a named system semaphore, use <xref:System.Security.AccessControl.SemaphoreSecurity> objects with the <xref:System.Threading.Semaphore.%23ctor%28System.Int32%2CSystem.Int32%2CSystem.String%2CSystem.Boolean%40%2CSystem.Security.AccessControl.SemaphoreSecurity%29?displayProperty=nameWithType> constructor and the <xref:System.Threading.Semaphore.SetAccessControl%2A?displayProperty=nameWithType> method.
4747
48-
For the numeric values of the underlying Windows access rights, see [Synchronization Object Security and Access Rights (Windows)](https://go.microsoft.com/fwlink/p/?LinkId=243073) in the MSDN Library.
48+
For the numeric values of the underlying Windows access rights, see [Synchronization Object Security and Access Rights (Windows)](https://go.microsoft.com/fwlink/p/?LinkId=243073).
4949
5050
> [!NOTE]
5151
> Security on synchronization objects is not supported for Windows 98 or Windows Millennium Edition.

xml/System.Web.UI.WebControls/TextBox.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,12 +471,10 @@
471471
472472
Refer to your browser documentation for details on configuring and enabling the AutoComplete feature. For example, to enable the AutoComplete feature in Internet Explorer version 5 or later, select **Internet Options** from the **Tools** menu, and then select the **Content** tab. Click the **AutoComplete** button to view and modify the various browser options for the AutoComplete feature.
473473
474-
For more information about the AutoComplete feature in Internet Explorer, see [Using AutoComplete in HTML Forms](https://go.microsoft.com/fwlink/?LinkId=163828) in the [MSDN Library](https://go.microsoft.com/fwlink/?linkid=37118).
474+
For more information about the AutoComplete feature in Internet Explorer, see [Using AutoComplete in HTML Forms](/previous-versions/windows/internet-explorer/ie-developer/).
475475
476476
This property cannot be set by themes or style sheet themes. For more information, see <xref:System.Web.UI.ThemeableAttribute> and [ASP.NET Themes and Skins](https://docs.microsoft.com/previous-versions/aspnet/ykzx33wh(v=vs.100)).
477477
478-
479-
480478
## Examples
481479
The following code example demonstrates how to use the <xref:System.Web.UI.WebControls.AutoCompleteType> enumeration to specify the AutoComplete category for a <xref:System.Web.UI.WebControls.TextBox> control.
482480

xml/System.Web/ParserError.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
## Remarks
2929
A <xref:System.Web.ParserError> object represents an error that is created when an <xref:System.Web.HttpParseException> exception is thrown. A parser error object can contain error message text, a virtual path to the file where the error occurred, and the subsequent line number of the error in that file. If more than one parser error occurs or you want to store multiple parser errors in a centralized location, use the <xref:System.Web.ParserErrorCollection> object.
3030
31-
A parser error is of the type <xref:System.Web.HttpException>. For more information on exceptions and how to handle them, go to [MSDN Library](https://go.microsoft.com/fwlink/?linkid=37118).
32-
33-
31+
A parser error is of the type <xref:System.Web.HttpException>. For more information on exceptions and how to handle them, see [Handling and throwing exceptions in .NET](/dotnet/standard/exceptions/).
3432
3533
## Examples
3634
The following code example demonstrates how to add a new parser error to a <xref:System.Web.ParserErrorCollection> object.

xml/System.Windows.Forms.Design/ControlDesigner.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<format type="text/markdown"><![CDATA[
142142
143143
## Remarks
144-
For more information about accessible objects, see the Active Accessibility section of the MSDN Library.
144+
For more information about accessible objects, see [Microsoft Active Accessibility](/windows/win32/winauto/microsoft-active-accessibility).
145145
146146
]]></format>
147147
</remarks>

xml/System.Windows.Forms/AccessibleObject.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
5757
For users with seizure disorders, you can design software programs to eliminate seizure provoking patterns.
5858
59-
For more information about accessibility, including information about accessibility applications, see the documentation for Microsoft Accessibility in the MSDN library or at the Microsoft Web site.
59+
For more information about accessibility, including information about accessibility applications, see [Windows Accessibility features](/windows/win32/winauto/about-windows-accessibility-features).
6060
6161
> [!NOTE]
6262
> To use the <xref:System.Windows.Forms.AccessibleObject>, you must add a reference to the `Accessibility` assembly installed with the [!INCLUDE[dnprdnshort](~/includes/dnprdnshort-md.md)]. Windows Forms only supports Active Accessibility 2.0.

xml/System.Windows.Forms/Control+ControlAccessibleObject.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
> [!NOTE]
3434
> If you override the <xref:System.Windows.Forms.AccessibleObject.GetChild%2A?displayProperty=nameWithType> method, you must also override the <xref:System.Windows.Forms.AccessibleObject.GetChildCount%2A?displayProperty=nameWithType> method. To get or set the <xref:System.Windows.Forms.Control.AccessibilityObject%2A> property, you must add a reference to the `Accessibility` assembly installed with the .NET Framework.
3535
36-
For more information about accessible objects, see the Active Accessibility section of the MSDN Library.
36+
For more information about accessible objects, see [Microsoft Active Accessibility](/windows/win32/winauto/microsoft-active-accessibility).
3737
3838
3939

0 commit comments

Comments
 (0)