10000 Update MSDN URLs by mairaw · Pull Request #4452 · dotnet/dotnet-api-docs · GitHub
[go: up one dir, main page]

Skip to content

Update MSDN URLs #4452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
10000
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

]]></format>
</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/49b787ff-2741-4836-ad51-c3017dc592d4">Attributed Programming Model Overview</related>
<related type="Article" href="/dotnet/framework/mef/attributed-programming-model-overview-mef">Attributed Programming Model Overview</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down Expand Up @@ -328,7 +328,7 @@

]]></format>
</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/49b787ff-2741-4836-ad51-c3017dc592d4">Attributed Programming Model Overview</related>
<related type="Article" href="/dotnet/framework/mef/attributed-programming-model-overview-mef">Attributed Programming Model Overview</related>
</Docs>
</Member>
<MemberGroup MemberName="Dispose">
Expand Down
2 changes: 1 addition & 1 deletion xml/System.ComponentModel.Composition/ExportAttribute.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
]]></format>
</remarks>
<altmember cref="T:System.ComponentModel.Composition.ImportAttribute" />
<related type="Article" href="https://msdn.microsoft.com/library/6c61b4ec-c6df-4651-80f1-4854f8b14dde">Attributed Programming Model Overview</related>
<related type="Article" href="/dotnet/framework/mef/">Attributed Programming Model Overview</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down
2 changes: 1 addition & 1 deletion xml/System.ComponentModel.Composition/ImportAttribute.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
]]></format>
</remarks>
<altmember cref="T:System.ComponentModel.Composition.ExportAttribute" />
<related type="Article" href="https://msdn.microsoft.com/library/6c61b4ec-c6df-4651-80f1-4854f8b14dde">Attributed Programming Model Overview</related>
<related type="Article" href="/dotnet/framework/mef/">Attributed Programming Model Overview</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The annotation may be placed on the foreign key property and specify the associa

## Remarks

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).
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).

]]></format>
</remarks>
Expand Down Expand Up @@ -116,7 +116,7 @@ If you add the `ForeignKey` attribute to a foreign key property, `name` should s

## Remarks

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).
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).

]]></format>
</remarks>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.ComponentModel.Design/DesignSurface.xml
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@
<value>
<see langword="true" /> if the **Design-time Error List** is loading; otherwise, <see langword="false" />.</value>
<remarks>To be added.</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/ad408380-825a-46d8-9a4a-531b130b88ce">Design-Time Errors in the Windows Forms Designer</related>
<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>
</Docs>
</Member>
<Member MemberName="Flush">
Expand Down
24 changes: 12 additions & 12 deletions xml/System.ComponentModel/ProgressChangedEventArgs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
]]></format>
</remarks>
<altmember cref="T:System.ComponentModel.BackgroundWorker" />
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down Expand Up @@ -95,10 +95,10 @@
<summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ProgressChangedEventArgs" /> class.</summary>
<remarks>To be added.</remarks>
<altmember cref="T:System.ComponentModel.BackgroundWorker" />
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</Docs>
</Member>
<Member MemberName="ProgressPercentage">
Expand Down Expand Up @@ -158,10 +158,10 @@
]]></format>
</remarks>
<altmember cref="T:System.ComponentModel.BackgroundWorker" />
<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>
<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>
<related type="Article" href="/dotnet/framework/winforms/controls/how-to-run-an-operation-in-the-background">How to: Run an O F438 peration in the Background</related>
<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>
<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>
<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>
<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>
</Docs>
</Member>
<Member MemberName="UserState">
Expand Down Expand Up @@ -216,10 +216,10 @@
]]></format>
</remarks>
<altmember cref="T:System.ComponentModel.BackgroundWorker" />
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</Docs>
</Member>
</Members>
Expand Down
12 changes: 6 additions & 6 deletions xml/System.ComponentModel/TypeConverter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@
<altmember cref="T:System.ComponentModel.PropertyDescriptorCollection" />
<altmember cref="T:System.ComponentModel.TypeConverter.SimplePropertyDescriptor" />
<altmember cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" />
<related type="Article" href="https://msdn.microsoft.com/library/51a65860-efcb-4fe0-95a0-1c679cde66b7">Type Converters for XAML Overview</related>
<related type="Article" href="https://msdn.microsoft.com/library/5dfb299a-b6e2-41b8-8694-e6ac987547f1">XAML-Related CLR Attributes For Custom Types and Libraries</related>
<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>
<related type="Article" href="https://msdn.microsoft.com/library/0e11f386-808c-4eae-9ba6-029ad7ba2211">NET XAML Services Conceptual Documentation</related>
<related type="Article" href="/dotnet/desktop-wpf/xaml-services/type-converters-overview">Type Converters for XAML Overview</related>
<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>
<related type="Article" href="/dotnet/desktop-wpf/xaml-services/define-custom-types">Defining Custom Types for Use with .NET Framework XAML Services</related>
<related type="Article" href="/dotnet/desktop-wpf/xaml-services/">NET XAML Services Conceptual Documentation</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down Expand Up @@ -508,7 +508,7 @@
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>
</block>
<altmember cref="T:System.ComponentModel.ITypeDescriptorContext" />
<related type="Article" href="https://msdn.microsoft.com/library/51a65860-efcb-4fe0-95a0-1c679cde66b7">Type Converters for XAML Overview</related>
<related type="Article" href="/dotnet/desktop-wpf/xaml-services/type-converters-overview">Type Converters for XAML Overview</related>
</Docs>
</Member>
<MemberGroup MemberName="ConvertFromInvariantString">
Expand Down Expand Up @@ -942,7 +942,7 @@
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>
</block>
<altmember cref="T:System.ComponentModel.ITypeDescriptorContext" />
<related type="Article" href="https://msdn.microsoft.com/library/51a65860-efcb-4fe0-95a0-1c679cde66b7">Type Converters for XAML Overview</related>
<related type="Article" href="/dotnet/desktop-wpf/xaml-services/type-converters-overview">Type Converters for XAML Overview</related>
</Docs>
</Member>
<MemberGroup MemberName="ConvertToInvariantString">
Expand Down
6 changes: 3 additions & 3 deletions xml/System.ComponentModel/TypeConverterAttribute.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
]]></format>
</remarks>
<altmember cref="T:System.ComponentModel.TypeConverter" />
<related type="Article" href="https://msdn.microsoft.com/library/5dfb299a-b6e2-41b8-8694-e6ac987547f1">XAML-Related CLR Attributes For Custom Types and Libraries</related>
<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>
<related type="Article" href="https://msdn.microsoft.com/library/0e11f386-808c-4eae-9ba6-029ad7ba2211">NET XAML Services Conceptual Documentation</related>
<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>
<related type="Article" href="/dotnet/desktop-wpf/xaml-services/define-custom-types">Defining Custom Types for Use with .NET Framework XAML Services</related>
<related type="Article" href="/dotnet/desktop-wpf/xaml-services/">XAML Services</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down
2 changes: 1 addition & 1 deletion xml/System.ComponentModel/TypeDescriptor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<altmember cref="T:System.ComponentModel.IComponent" />
<altmember cref="T:System.ComponentModel.ISite" />
<related type="Article" href="https://msdn.microsoft.com/library/e81b8e2f-e06e-44fa-8129-7bdb0230101f">Type Descriptor Overview</related>
<related type="Article" href="https://msdn.microsoft.com/library/d1a58e7f-fb39-4d50-bf84-e3b8f9bf9775">Reflection</related>
<related type="Article" href="/dotnet/framework/reflection-and-codedom/reflection">Reflection</related>
</Docs>
<Members>
<MemberGroup MemberName="AddAttributes">
Expand Down
2 changes: 1 addition & 1 deletion xml/System.ComponentModel/Win32Exception.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
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/).
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).



Expand Down
4 changes: 2 additions & 2 deletions xml/System.Configuration/ApplicationSettingsBase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<altmember cref="T:System.Configuration.UserScopedSettingAttribute" />
<altmember cref="T:System.Configuration.SettingsGroupNameAttribute" />
<altmember cref="T:System.Configuration.SettingsProviderAttribute" />
<related type="Article" href="https://msdn.microsoft.com/library/64090a34-8556-4904-8ea0-20efe9f8c886">Application Settings for Windows Forms</related>
<related type="Article" href="/dotnet/framework/winforms/advanced/application-settings-for-windows-forms">Application Settings for Windows Forms</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down Expand Up @@ -1039,7 +1039,7 @@
<altmember cref="T:System.Configuration.SettingChangingEventArgs" />
<altmember cref="E:System.Configuration.ApplicationSettingsBase.PropertyChanged" />
<altmember cref="P:System.Configuration.ApplicationSettingsBase.Item(System.String)" />
<related type="Article" href="https://msdn.microsoft.com/library/9f145ada-4267-436a-aa4c-c4dcffd0afb7">How to: Validate Application Settings</related>
<related type="Article" href="/dotnet/framework/winforms/advanced/how-to-validate-application-settings">How to: Validate Application Settings</related>
</Docs>
</Member>
<Member MemberName="SettingsKey">
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Configuration/ClientSettingsSection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<altmember cref="T:System.Configuration.LocalFileSettingsProvider" />
<altmember cref="T:System.Configuration.AppSettingsSection" />
<altmember cref="T:System.Configuration.IConfigurationSectionHandler" />
<related type="Article" href="https://msdn.microsoft.com/library/64090a34-8556-4904-8ea0-20efe9f8c886">Application Settings for Windows Forms</related>
<related type="Article" href="/dotnet/framework/winforms/advanced/application-settings-for-windows-forms">Application Settings for Windows Forms</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Configuration/DefaultSettingValueAttribute.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<altmember cref="T:System.Configuration.SettingsProvider" />
<altmember cref="T:System.Configuration.LocalFileSettingsProvider" />
<altmember cref="T:System.Configuration.SettingsSerializeAsAttribute" />
<related type="Article" href="https://msdn.microsoft.com/library/64090a34-8556-4904-8ea0-20efe9f8c886">Application Settings for Windows Forms</related>
<related type="Article" href="/dotnet/framework/winforms/advanced/application-settings-for-windows-forms">Application Settings for Windows Forms</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Loading
0