Skip to content

Commit e46ead7

Browse files
mairawVSC-Service-Account
andauthored
Update MSDN URLs (dotnet#4452)
* CI Update * manual fix * manual fix * manual fix Co-authored-by: VSC-Service-Account <[email protected]>
1 parent 2b21ba6 commit e46ead7

20 files changed

+42
-42
lines changed

xml/System.ComponentModel.Composition.Hosting/CompositionContainer.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
5656
]]></format>
5757
</remarks>
58-
<related type="Article" href="https://msdn.microsoft.com/library/49b787ff-2741-4836-ad51-c3017dc592d4">Attributed Programming Model Overview</related>
58+
<related type="Article" href="/dotnet/framework/mef/attributed-programming-model-overview-mef">Attributed Programming Model Overview</related>
5959
</Docs>
6060
<Members>
6161
<MemberGroup MemberName=".ctor">
@@ -328,7 +328,7 @@
328328
329329
]]></format>
330330
</remarks>
331-
<related type="Article" href="https://msdn.microsoft.com/library/49b787ff-2741-4836-ad51-c3017dc592d4">Attributed Programming Model Overview</related>
331+
<related type="Article" href="/dotnet/framework/mef/attributed-programming-model-overview-mef">Attributed Programming Model Overview</related>
332332
</Docs>
333333
</Member>
334334
<MemberGroup MemberName="Dispose">

xml/System.ComponentModel.Composition/ExportAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
]]></format>
4343
</remarks>
4444
<altmember cref="T:System.ComponentModel.Composition.ImportAttribute" />
45-
<related type="Article" href="https://msdn.microsoft.com/library/6c61b4ec-c6df-4651-80f1-4854f8b14dde">Attributed Programming Model Overview</related>
45+
<related type="Article" href="/dotnet/framework/mef/">Attributed Programming Model Overview</related>
4646
</Docs>
4747
<Members>
4848
<MemberGroup MemberName=".ctor">

xml/System.ComponentModel.Composition/ImportAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
]]></format>
4141
</remarks>
4242
<altmember cref="T:System.ComponentModel.Composition.ExportAttribute" />
43-
<related type="Article" href="https://msdn.microsoft.com/library/6c61b4ec-c6df-4651-80f1-4854f8b14dde">Attributed Programming Model Overview</related>
43+
<related type="Article" href="/dotnet/framework/mef/">Attributed Programming Model Overview</related>
4444
</Docs>
4545
<Members>
4646
<MemberGroup MemberName=".ctor">

xml/System.ComponentModel.DataAnnotations.Schema/ForeignKeyAttribute.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The annotation may be placed on the foreign key property and specify the associa
7777
7878
## Remarks
7979
80-
If you add the `ForeignKey` attribute to a foreign key property, `name` should specify the name of the associated navigation property. If you add the `ForeignKey` attribute to a navigation property, `name` should specify the name of one or more associated foreign keys. If a navigation property has multiple foreign keys, use commas to separate the list of foreign key names. For more information, see [Code First Data Annotations](https://msdn.microsoft.com/library/jj591583(v=vs.113).aspx).
80+
If you add the `ForeignKey` attribute to a foreign key property, `name` should specify the name of the associated navigation property. If you add the `ForeignKey` attribute to a navigation property, `name` should specify the name of one or more associated foreign keys. If a navigation property has multiple foreign keys, use commas to separate the list of foreign key names. For more information, see [Code First Data Annotations](/ef/ef6/modeling/code-first/data-annotations).
8181
8282
]]></format>
8383
</remarks>
@@ -116,7 +116,7 @@ If you add the `ForeignKey` attribute to a foreign key property, `name` should s
116116
117117
## Remarks
118118
119-
If the `ForeignKey` attribute is applied to a foreign key property, the `Name` property specifies the name of the associated navigation property. If the `ForeignKey` attribute is applied to a navigation property, the `Name` property specifies the name of one or more associated foreign keys. If a navigation property has multiple foreign keys, commas separate the list of foreign key names. For more information, see [Code First Data Annotations](https://msdn.microsoft.com/library/jj591583(v=vs.113).aspx).
119+
If the `ForeignKey` attribute is applied to a foreign key property, the `Name` property specifies the name of the associated navigation property. If the `ForeignKey` attribute is applied to a navigation property, the `Name` property specifies the name of one or more associated foreign keys. If a navigation property has multiple foreign keys, commas separate the list of foreign key names. For more information, see [Code First Data Annotations](/ef/ef6/modeling/code-first/data-annotations).
120120
121121
]]></format>
122122
</remarks>

xml/System.ComponentModel.Design/DesignSurface.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@
796796
<value>
797797
<see langword="true" /> if the **Design-time Error List** is loading; otherwise, <see langword="false" />.</value>
798798
<remarks>To be added.</remarks>
799-
<related type="Article" href="https://msdn.microsoft.com/library/ad408380-825a-46d8-9a4a-531b130b88ce">Design-Time Errors in the Windows Forms Designer</related>
799+
<related type="Article" href="/dotnet/framework/winforms/controls/design-time-errors-in-the-windows-forms-designer">Design-Time Errors in the Windows Forms Designer</related>
800800
</Docs>
801801
</Member>
802802
<Member MemberName="Flush">

xml/System.ComponentModel/ProgressChangedEventArgs.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
]]></format>
4848
</remarks>
4949
<altmember cref="T:System.ComponentModel.BackgroundWorker" />
50-
<related type="Article" href="https://msdn.microsoft.com/library/3c1aa4d4-da87-4a03-b812-3d167b8c57cf">How to: Implement a Component that Supports the Event-based Asynchronous Pattern</related>
50+
<related type="Article" href="/dotnet/standard/asynchronous-programming-patterns/component-that-supports-the-event-based-asynchronous-pattern">How to: Implement a Component that Supports the Event-based Asynchronous Pattern</related>
5151
<related type="Article" href="/dotnet/framework/winforms/controls/how-to-run-an-operation-in-the-background">How to: Run an Operation in the Background</related>
52-
<related type="Article" href="https://msdn.microsoft.com/library/9f483f93-1613-4be1-a021-b4934e9c78f3">How to: Implement a Form That Uses a Background Operation</related>
53-
<related type="Article" href="https://msdn.microsoft.com/library/35e9549c-1568-4768-ad07-17cc6dff11e1">How to: Use Components that Support the Event-based Asynchronous Pattern</related>
52+
<related type="Article" href="/dotnet/framework/winforms/controls/how-to-implement-a-form-that-uses-a-background-operation">How to: Implement a Form That Uses a Background Operation</related>
53+
<related type="Article" href="/dotnet/standard/asynchronous-programming-patterns/how-to-use-components-that-support-the-event-based-asynchronous-pattern">How to: Use Components that Support the Event-based Asynchronous Pattern</related>
5454
</Docs>
5555
<Members>
5656
<Member MemberName=".ctor">
@@ -95,10 +95,10 @@
9595
<summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ProgressChangedEventArgs" /> class.</summary>
9696
<remarks>To be added.</remarks>
9797
<altmember cref="T:System.ComponentModel.BackgroundWorker" />
98-
<related type="Article" href="https://msdn.microsoft.com/library/3c1aa4d4-da87-4a03-b812-3d167b8c57cf">How to: Implement a Component that Supports the Event-based Asynchronous Pattern</related>
98+
<related type="Article" href="/dotnet/standard/asynchronous-programming-patterns/component-that-supports-the-event-based-asynchronous-pattern">How to: Implement a Component that Supports the Event-based Asynchronous Pattern</related>
9999
<related type="Article" href="/dotnet/framework/winforms/controls/how-to-run-an-operation-in-the-background">How to: Run an Operation in the Background</related>
100-
<related type="Article" href="https://msdn.microsoft.com/library/9f483f93-1613-4be1-a021-b4934e9c78f3">How to: Implement a Form That Uses a Background Operation</related>
101-
<related type="Article" href="https://msdn.microsoft.com/library/35e9549c-1568-4768-ad07-17cc6dff11e1">How to: Use Components that Support the Event-based Asynchronous Pattern</related>
100+
<related type="Article" href="/dotnet/framework/winforms/controls/how-to-implement-a-form-that-uses-a-background-operation">How to: Implement a Form That Uses a Background Operation</related>
101+
<related type="Article" href="/dotnet/standard/asynchronous-programming-patterns/how-to-use-components-that-support-the-event-based-asynchronous-pattern">How to: Use Components that Support the Event-based Asynchronous Pattern</related>
102102
</Docs>
103103
</Member>
104104
<Member MemberName="ProgressPercentage">
@@ -158,10 +158,10 @@
158158
]]></format>
159159
</remarks>
160160
<altmember cref="T:System.ComponentModel.BackgroundWorker" />
161-
<related type="Article" href="https://msdn.microsoft.com/library/3c1aa4d4-da87-4a03-b812-3d167b8c57cf">How to: Implement a Component that Supports the Event-based Asynchronous Pattern</related>
161+
<related type="Article" href="/dotnet/standard/asynchronous-programming-patterns/component-that-supports-the-event-based-asynchronous-pattern">How to: Implement a Component that Supports the Event-based Asynchronous Pattern</related>
162162
<related type="Article" href="/dotnet/framework/winforms/controls/how-to-run-an-operation-in-the-background">How to: Run an Operation in the Background</related>
163-
<related type="Article" href="https://msdn.microsoft.com/library/9f483f93-1613-4be1-a021-b4934e9c78f3">How to: Implement a Form That Uses a Background Operation</related>
164-
<related type="Article" href="https://msdn.microsoft.com/library/35e9549c-1568-4768-ad07-17cc6dff11e1">How to: Use Components that Support the Event-based Asynchronous Pattern</related>
163+
<related type="Article" href="/dotnet/framework/winforms/controls/how-to-implement-a-form-that-uses-a-background-operation">How to: Implement a Form That Uses a Background Operation</related>
164+
<related type="Article" href="/dotnet/standard/asynchronous-programming-patterns/how-to-use-components-that-support-the-event-based-asynchronous-pattern">How to: Use Components that Support the Event-based Asynchronous Pattern</related>
165165
</Docs>
166166
</Member>
167167
<Member MemberName="UserState">
@@ -216,10 +216,10 @@
216216
]]></format>
217217
</remarks>
218218
<altmember cref="T:System.ComponentModel.BackgroundWorker" />
219-
<related type="Article" href="https://msdn.microsoft.com/library/3c1aa4d4-da87-4a03-b812-3d167b8c57cf">How to: Implement a Component that Supports the Event-based Asynchronous Pattern</related>
219+
<related type="Article" href="/dotnet/standard/asynchronous-programming-patterns/component-that-supports-the-event-based-asynchronous-pattern">How to: Implement a Component that Supports the Event-based Asynchronous Pattern</related>
220220
<related type="Article" href="/dotnet/framework/winforms/controls/how-to-run-an-operation-in-the-background">How to: Run an Operation in the Background</related>
221-
<related type="Article" href="https://msdn.microsoft.com/library/9f483f93-1613-4be1-a021-b4934e9c78f3">How to: Implement a Form That Uses a Background Operation</related>
222-
<related type="Article" href="https://msdn.microsoft.com/library/35e9549c-1568-4768-ad07-17cc6dff11e1">How to: Use Components that Support the Event-based Asynchronous Pattern</related>
221+
<related type="Article" href="/dotnet/framework/winforms/controls/how-to-implement-a-form-that-uses-a-background-operation">How to: Implement a Form That Uses a Background Operation</related>
222+
<related type="Article" href="/dotnet/standard/asynchronous-programming-patterns/how-to-use-components-that-support-the-event-based-asynchronous-pattern">How to: Use Components that Support the Event-based Asynchronous Pattern</related>
223223
</Docs>
224224
</Member>
225225
</Members>

xml/System.ComponentModel/TypeConverter.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@
109109
<altmember cref="T:System.ComponentModel.PropertyDescriptorCollection" />
110110
<altmember cref="T:System.ComponentModel.TypeConverter.SimplePropertyDescriptor" />
111111
<altmember cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" />
112-
<related type="Article" href="https://msdn.microsoft.com/library/51a65860-efcb-4fe0-95a0-1c679cde66b7">Type Converters for XAML Overview</related>
113-
<related type="Article" href="https://msdn.microsoft.com/library/5dfb299a-b6e2-41b8-8694-e6ac987547f1">XAML-Related CLR Attributes For Custom Types and Libraries</related>
114-
<related type="Article" href="https://msdn.microsoft.com/library/c2667cbd-2f46-4a7f-9dfc-53696e35e8e4">Defining Custom Types for Use with .NET Framework XAML Services</related>
115-
<related type="Article" href="https://msdn.microsoft.com/library/0e11f386-808c-4eae-9ba6-029ad7ba2211">NET XAML Services Conceptual Documentation</related>
112+
<related type="Article" href="/dotnet/desktop-wpf/xaml-services/type-converters-overview">Type Converters for XAML Overview</related>
113+
<related type="Article" href="/dotnet/desktop-wpf/xaml-services/clr-attributes-with-custom-types-and-libraries">XAML-Related CLR Attributes For Custom Types and Libraries</related>
114+
<related type="Article" href="/dotnet/desktop-wpf/xaml-services/define-custom-types">Defining Custom Types for Use with .NET Framework XAML Services</related>
115+
<related type="Article" href="/dotnet/desktop-wpf/xaml-services/">NET XAML Services Conceptual Documentation</related>
116116
</Docs>
117117
<Members>
118118
<Member MemberName=".ctor">
@@ -508,7 +508,7 @@
508508
For implementation patterns for type converters that are used to support XAML and custom types, see [Type Converters for XAML Overview](/dotnet/framework/xaml-services/type-converters-for-xaml-overview).</para>
509509
</block>
510510
<altmember cref="T:System.ComponentModel.ITypeDescriptorContext" />
511-
<related type="Article" href="https://msdn.microsoft.com/library/51a65860-efcb-4fe0-95a0-1c679cde66b7">Type Converters for XAML Overview</related>
511+
<related type="Article" href="/dotnet/desktop-wpf/xaml-services/type-converters-overview">Type Converters for XAML Overview</related>
512512
</Docs>
513513
</Member>
514514
<MemberGroup MemberName="ConvertFromInvariantString">
@@ -942,7 +942,7 @@
942942
For implementation patterns for type converters that are used to support XAML and custom types, see [Type Converters for XAML Overview](/dotnet/framework/xaml-services/type-converters-for-xaml-overview).</para>
943943
</block>
944944
<altmember cref="T:System.ComponentModel.ITypeDescriptorContext" />
945-
<related type="Article" href="https://msdn.microsoft.com/library/51a65860-efcb-4fe0-95a0-1c679cde66b7">Type Converters for XAML Overview</related>
945+
<related type="Article" href="/dotnet/desktop-wpf/xaml-services/type-converters-overview">Type Converters for XAML Overview</related>
946946
</Docs>
947947
</Member>
948948
<MemberGroup MemberName="ConvertToInvariantString">

xml/System.ComponentModel/TypeConverterAttribute.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
]]></format>
8181
</remarks>
8282
<altmember cref="T:System.ComponentModel.TypeConverter" />
83-
<related type="Article" href="https://msdn.microsoft.com/library/5dfb299a-b6e2-41b8-8694-e6ac987547f1">XAML-Related CLR Attributes For Custom Types and Libraries</related>
84-
<related type="Article" href="https://msdn.microsoft.com/library/c2667cbd-2f46-4a7f-9dfc-53696e35e8e4">Defining Custom Types for Use with .NET Framework XAML Services</related>
85-
<related type="Article" href="https://msdn.microsoft.com/library/0e11f386-808c-4eae-9ba6-029ad7ba2211">NET XAML Services Conceptual Documentation</related>
83+
<related type="Article" href="/dotnet/desktop-wpf/xaml-services/clr-attributes-with-custom-types-and-libraries">XAML-Related CLR Attributes For Custom Types and Libraries</related>
84+
<related type="Article" href="/dotnet/desktop-wpf/xaml-services/define-custom-types">Defining Custom Types for Use with .NET Framework XAML Services</related>
85+
<related type="Article" href="/dotnet/desktop-wpf/xaml-services/">XAML Services</related>
8686
</Docs>
8787
<Members>
8888
<MemberGroup MemberName=".ctor">

xml/System.ComponentModel/TypeDescriptor.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<altmember cref="T:System.ComponentModel.IComponent" />
6767
<altmember cref="T:System.ComponentModel.ISite" />
6868
<related type="Article" href="https://msdn.microsoft.com/library/e81b8e2f-e06e-44fa-8129-7bdb0230101f">Type Descriptor Overview</related>
69-
<related type="Article" href="https://msdn.microsoft.com/library/d1a58e7f-fb39-4d50-bf84-e3b8f9bf9775">Reflection</related>
69+
<related type="Article" href="/dotnet/framework/reflection-and-codedom/reflection">Reflection</related>
7070
</Docs>
7171
<Members>
7272
<MemberGroup MemberName="AddAttributes">

xml/System.ComponentModel/Win32Exception.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<format type="text/markdown"><![CDATA[
5959
6060
## Remarks
61-
Win32 error codes are translated from their numeric representations into a system message when they are displayed. Use <xref:System.ComponentModel.Win32Exception.NativeErrorCode%2A> to access the numeric representation of the error code associated with this exception. For more information about the error codes, see "Win32 Error Codes" in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com/).
61+
Win32 error codes are translated from their numeric representations into a system message when they are displayed. Use <xref:System.ComponentModel.Win32Exception.NativeErrorCode%2A> to access the numeric representation of the error code associated with this exception. For more information about the error codes, see [Win32 Error Codes](https://docs.microsoft.com/openspecs/windows_protocols/ms-erref/18d8fbe8-a967-4f1c-ae50-99ca8e491d2d).
6262
6363
6464

0 commit comments

Comments
 (0)