Skip to content

replace msdn links #2237

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 1 commit into from
Apr 5, 2019
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
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xml/System.ComponentModel.Design/ComponentDesigner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<xref:System.ComponentModel.Design.ComponentDesigner> provides an empty <xref:System.ComponentModel.Design.IDesignerFilter> interface implementation, whose methods can be overridden to adjust the attributes, properties and events of the associated component at design time.

You can associate a designer with a type using a <xref:System.ComponentModel.DesignerAttribute>. For an overview of customizing design-time behavior, see [Extending Design-Time Support](https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2).
You can associate a designer with a type using a <xref:System.ComponentModel.DesignerAttribute>. For an overview of customizing design-time behavior, see [Extending Design-Time Support](https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)).

The <xref:System.ComponentModel.Design.ComponentDesigner> class implements a special behavior for the property descriptors of inherited components. An internal type named `InheritedPropertyDescriptor` is used by the default <xref:System.ComponentModel.Design.ComponentDesigner> implementation to stand in for properties that are inherited from a base class. There are two cases in which these property descriptors are added.

Expand All @@ -69,7 +69,7 @@
<altmember cref="T:System.ComponentModel.Design.IDesigner" />
<altmember cref="T:System.ComponentModel.Design.IDesignerFilter" />
<altmember cref="T:System.ComponentModel.DesignerAttribute" />
<related type="Article" href="https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)">Extending Design-Time Support</related>
<related type="Article" href="https://msdn.microsoft.com/library/c186c4b6-076c-438d-9ed3-f13da29c8c1f">How to: Access Design-time Services</related>
</Docs>
<Members>
Expand Down
4 changes: 2 additions & 2 deletions xml/System.ComponentModel.Design/IComponentInitializer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@

This design provides two customization points: the toolbox item itself can be replaced or changed to perform custom actions, or the designer for a component can be changed to provide a custom action. A designer that implements <xref:System.ComponentModel.Design.IComponentInitializer> should not depend on either of its methods - <xref:System.ComponentModel.Design.IComponentInitializer.InitializeNewComponent%2A> or <xref:System.ComponentModel.Design.IComponentInitializer.InitializeExistingComponent%2A> - being called, because toolbox items are not obligated to call these methods.

For an overview of creating design components, see [Extending Design-Time Support](https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2).
For an overview of creating design components, see [Extending Design-Time Support](https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)).

]]></format>
</remarks>
<altmember cref="T:System.ComponentModel.Design.IDesigner" />
<altmember cref="T:System.Drawing.Design.ToolboxItem" />
<altmember cref="T:System.Collections.IDictionary" />
<related type="Article" href="https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)">Extending Design-Time Support</related>
</Docs>
<Members>
<Member MemberName="InitializeExistingComponent">
Expand Down
4 changes: 2 additions & 2 deletions xml/System.ComponentModel.Design/IDesigner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

To implement a designer for a control that can be sited on a form, you can inherit from the <xref:System.Windows.Forms.Design.ControlDesigner> class. Controls whose associated designer does not derive from <xref:System.Windows.Forms.Design.ControlDesigner> are displayed in the component tray. The <xref:System.ComponentModel.Design.ComponentDesigner> and <xref:System.Windows.Forms.Design.ControlDesigner> classes implement the <xref:System.ComponentModel.Design.IDesigner> interface and provide additional design-time support that may be of use to authors of designers. For more information, see the reference documentation for these classes.

For an overview of creating design components, please see [Extending Design-Time Support](https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2).
For an overview of creating design components, please see [Extending Design-Time Support](https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)).



Expand All @@ -68,7 +68,7 @@
<altmember cref="T:System.ComponentModel.Design.IRootDesigner" />
<altmember cref="T:System.ComponentModel.Design.IDesignerHost" />
<altmember cref="T:System.ComponentModel.Design.DesignerVerb" />
<related type="Article" href="https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)">Extending Design-Time Support</related>
</Docs>
<Members>
<Member MemberName="Component">
Expand Down
4 changes: 2 additions & 2 deletions xml/System.ComponentModel.Design/ITreeDesigner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@

This interface is a simple extension of its base class, adding just two properties for navigating a tree hierarchy: <xref:System.ComponentModel.Design.ITreeDesigner.Children%2A> and <xref:System.ComponentModel.Design.ITreeDesigner.Parent%2A>.

For an overview of creating design components, see [Extending Design-Time Support](https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2).
For an overview of creating design components, see [Extending Design-Time Support](https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)).

]]></format>
</remarks>
<altmember cref="T:System.ComponentModel.Design.IComponentInitializer" />
<altmember cref="T:System.ComponentModel.DesignerAttribute" />
<altmember cref="T:System.ComponentModel.Design.IRootDesigner" />
<altmember cref="T:System.ComponentModel.Design.DesignerVerb" />
<related type="Article" href="https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)">Extending Design-Time Support</related>
</Docs>
<Members>
<Member MemberName="Children">
Expand Down
2 changes: 1 addition & 1 deletion xml/System.ComponentModel/ISite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<altmember cref="T:System.ComponentModel.IComponent" />
<altmember cref="T:System.ComponentModel.Container" />
<altmember cref="T:System.ComponentModel.IContainer" />
<related type="Article" href="https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)">Extending Design-Time Support</related>
</Docs>
<Members>
<Member MemberName="Component">
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Drawing.Design/UITypeEditor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
> [!NOTE]
> The <xref:System.Drawing.Design.UITypeEditor> class does not support right-to-left (RTL) layouts.

For more information about enhancing design-time support, see [Extending Design-Time Support](https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2). For more information on implementing a <xref:System.Drawing.Design.UITypeEditor>, see [User Interface Type Editors Overview](https://msdn.microsoft.com/library/f068b4ea-6e8c-4c0b-aefd-188b337240da).
For more information about enhancing design-time support, see [Extending Design-Time Support](https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)). For more information on implementing a <xref:System.Drawing.Design.UITypeEditor>, see [User Interface Type Editors Overview](https://msdn.microsoft.com/library/f068b4ea-6e8c-4c0b-aefd-188b337240da).



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</remarks>
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/wxh45wzs(v=vs.100)">ASP.NET Control Designers Overview</related>
<related type="Article" href="https://msdn.microsoft.com/library/27e44af0-6e12-4b7d-b17f-db35f1b6a052">Walkthrough: Creating a Basic Control Designer for a Web Server Control</related>
<related type="Article" href="https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2013/ms171820(v=vs.120)">How to: Extend the Appearance and Behavior of Controls in Design Mode</related>
<related type="Article" href="https://msdn.microsoft.com/library/e71ce673-d424-4bd0-81c9-9f25c376bdf9">Creating ASP.NET Mobile Web Applications</related>
</Docs>
Expand Down Expand Up @@ -64,7 +64,7 @@
</remarks>
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/wxh45wzs(v=vs.100)">ASP.NET Control Designers Overview</related>
<related type="Article" href="https://msdn.microsoft.com/library/27e44af0-6e12-4b7d-b17f-db35f1b6a052">Walkthrough: Creating a Basic Control Designer for a Web Server Control</related>
<related type="Article" href="https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2013/ms171820(v=vs.120)">How to: Extend the Appearance and Behavior of Controls in Design Mode</related>
<related type="Article" href="https://msdn.microsoft.com/library/e71ce673-d424-4bd0-81c9-9f25c376bdf9">Creating ASP.NET Mobile Web Applications</related>
</Docs>
Expand Down Expand Up @@ -105,7 +105,7 @@
</remarks>
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/wxh45wzs(v=vs.100)">ASP.NET Control Designers Overview</related>
<related type="Article" href="https://msdn.microsoft.com/library/27e44af0-6e12-4b7d-b17f-db35f1b6a052">Walkthrough: Creating a Basic Control Designer for a Web Server Control</related>
<related type="Article" href="https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2013/ms171820(v=vs.120)">How to: Extend the Appearance and Behavior of Controls in Design Mode</related>
<related type="Article" href="https://msdn.microsoft.com/library/e71ce673-d424-4bd0-81c9-9f25c376bdf9">Creating ASP.NET Mobile Web Applications</related>
</Docs>
Expand Down Expand Up @@ -140,7 +140,7 @@
</remarks>
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/wxh45wzs(v=vs.100)">ASP.NET Control Designers Overview</related>
<related type="Article" href="https://msdn.microsoft.com/library/27e44af0-6e12-4b7d-b17f-db35f1b6a052">Walkthrough: Creating a Basic Control Designer for a Web Server Control</related>
<related type="Article" href="https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2013/ms171820(v=vs.120)">How to: Extend the Appearance and Behavior of Controls in Design Mode</related>
<related type="Article" href="https://msdn.microsoft.com/library/e71ce673-d424-4bd0-81c9-9f25c376bdf9">Creating ASP.NET Mobile Web Applications</related>
</Docs>
Expand Down Expand Up @@ -175,7 +175,7 @@
<remarks>To be added.</remarks>
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/wxh45wzs(v=vs.100)">ASP.NET Control Designers Overview</related>
<related type="Article" href="https://msdn.microsoft.com/library/27e44af0-6e12-4b7d-b17f-db35f1b6a052">Walkthrough: Creating a Basic Control Designer for a Web Server Control</related>
<related type="Article" href="https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2013/ms171820(v=vs.120)">How to: Extend the Appearance and Behavior of Controls in Design Mode</related>
<related type="Article" href="https://msdn.microsoft.com/library/e71ce673-d424-4bd0-81c9-9f25c376bdf9">Creating ASP.NET Mobile Web Applications</related>
</Docs>
Expand Down Expand Up @@ -206,7 +206,7 @@
<remarks>To be added.</remarks>
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/wxh45wzs(v=vs.100)">ASP.NET Control Designers Overview</related>
<related type="Article" href="https://msdn.microsoft.com/library/27e44af0-6e12-4b7d-b17f-db35f1b6a052">Walkthrough: Creating a Basic Control Designer for a Web Server Control</related>
<related type="Article" href="https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2013/ms171820(v=vs.120)">How to: Extend the Appearance and Behavior of Controls in Design Mode</related>
<related type="Article" href="https://msdn.microsoft.com/library/e71ce673-d424-4bd0-81c9-9f25c376bdf9">Creating ASP.NET Mobile Web Applications</related>
</Docs>
Expand Down
6 changes: 3 additions & 3 deletions xml/System.Web.UI.Design.WebControls/BaseDataListDesigner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ The `DesignTimeHtmlRequiresLoadComplete` property returns `true` if the <xref:Sy
]]></format>
</remarks>
<altmember cref="T:System.Web.UI.Design.IDataBindingSchemaProvider" />
<related type="Article" href="https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2013/ms171820(v=vs.120)">How to: Extend the Appearance and Behavior of Controls in Design Mode</related>
</Docs>
</Member>
Expand Down Expand Up @@ -1122,7 +1122,7 @@ The `DesignTimeHtmlRequiresLoadComplete` property returns `true` if the <xref:Sy
]]></format>
</remarks>
<altmember cref="T:System.Web.UI.Design.IDataBindingSchemaProvider" />
<related type="Article" href="https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2013/ms171820(v=vs.120)">How to: Extend the Appearance and Behavior of Controls in Design Mode</related>
</Docs>
</Member>
Expand Down Expand Up @@ -1157,7 +1157,7 @@ The `DesignTimeHtmlRequiresLoadComplete` property returns `true` if the <xref:Sy
]]></format>
</remarks>
<altmember cref="T:System.Web.UI.Design.IDataBindingSchemaProvider" />
<related type="Article" href="https://msdn.microsoft.com/library/d6ac8a6a-42fd-4bc8-bf33-b212811297e2">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/37899azc(v=vs.100)">Extending Design-Time Support</related>
<related type="Article" href="https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2013/ms171820(v=vs.120)">How to: Extend the Appearance and Behavior of Controls in Design Mode</related>
</Docs>
</Member>
Expand Down
Loading