diff --git a/xml/System.ComponentModel.Design/ComponentDesigner.xml b/xml/System.ComponentModel.Design/ComponentDesigner.xml index ee5c8613fc4..adda1c29e75 100644 --- a/xml/System.ComponentModel.Design/ComponentDesigner.xml +++ b/xml/System.ComponentModel.Design/ComponentDesigner.xml @@ -45,7 +45,7 @@ provides an empty 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 . 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 . 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 class implements a special behavior for the property descriptors of inherited components. An internal type named `InheritedPropertyDescriptor` is used by the default implementation to stand in for properties that are inherited from a base class. There are two cases in which these property descriptors are added. @@ -69,7 +69,7 @@ - Extending Design-Time Support + Extending Design-Time Support How to: Access Design-time Services diff --git a/xml/System.ComponentModel.Design/IComponentInitializer.xml b/xml/System.ComponentModel.Design/IComponentInitializer.xml index 2f0c4ccc8ff..aa4f93f2668 100644 --- a/xml/System.ComponentModel.Design/IComponentInitializer.xml +++ b/xml/System.ComponentModel.Design/IComponentInitializer.xml @@ -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 should not depend on either of its methods - or - 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)). ]]> - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.ComponentModel.Design/IDesigner.xml b/xml/System.ComponentModel.Design/IDesigner.xml index 2f8bd949d6a..bfbfa179eba 100644 --- a/xml/System.ComponentModel.Design/IDesigner.xml +++ b/xml/System.ComponentModel.Design/IDesigner.xml @@ -52,7 +52,7 @@ To implement a designer for a control that can be sited on a form, you can inherit from the class. Controls whose associated designer does not derive from are displayed in the component tray. The and classes implement the 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)). @@ -68,7 +68,7 @@ - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.ComponentModel.Design/ITreeDesigner.xml b/xml/System.ComponentModel.Design/ITreeDesigner.xml index 644f2f8bea0..15754a051c6 100644 --- a/xml/System.ComponentModel.Design/ITreeDesigner.xml +++ b/xml/System.ComponentModel.Design/ITreeDesigner.xml @@ -39,7 +39,7 @@ This interface is a simple extension of its base class, adding just two properties for navigating a tree hierarchy: and . - 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)). ]]> @@ -47,7 +47,7 @@ - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.ComponentModel/ISite.xml b/xml/System.ComponentModel/ISite.xml index f5973ec4c25..4d8d7fcdd52 100644 --- a/xml/System.ComponentModel/ISite.xml +++ b/xml/System.ComponentModel/ISite.xml @@ -60,7 +60,7 @@ - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Drawing.Design/UITypeEditor.xml b/xml/System.Drawing.Design/UITypeEditor.xml index 0887d5fe741..9611af479de 100644 --- a/xml/System.Drawing.Design/UITypeEditor.xml +++ b/xml/System.Drawing.Design/UITypeEditor.xml @@ -48,7 +48,7 @@ > [!NOTE] > The 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 , 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 , see [User Interface Type Editors Overview](https://msdn.microsoft.com/library/f068b4ea-6e8c-4c0b-aefd-188b337240da). diff --git a/xml/System.Web.UI.Design.MobileControls/IMobileWebFormServices.xml b/xml/System.Web.UI.Design.MobileControls/IMobileWebFormServices.xml index a23b128ef8f..9f1e636b0cc 100644 --- a/xml/System.Web.UI.Design.MobileControls/IMobileWebFormServices.xml +++ b/xml/System.Web.UI.Design.MobileControls/IMobileWebFormServices.xml @@ -29,7 +29,7 @@ ASP.NET Control Designers Overview Walkthrough: Creating a Basic Control Designer for a Web Server Control - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode Creating ASP.NET Mobile Web Applications @@ -64,7 +64,7 @@ ASP.NET Control Designers Overview Walkthrough: Creating a Basic Control Designer for a Web Server Control - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode Creating ASP.NET Mobile Web Applications @@ -105,7 +105,7 @@ ASP.NET Control Designers Overview Walkthrough: Creating a Basic Control Designer for a Web Server Control - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode Creating ASP.NET Mobile Web Applications @@ -140,7 +140,7 @@ ASP.NET Control Designers Overview Walkthrough: Creating a Basic Control Designer for a Web Server Control - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode Creating ASP.NET Mobile Web Applications @@ -175,7 +175,7 @@ To be added. ASP.NET Control Designers Overview Walkthrough: Creating a Basic Control Designer for a Web Server Control - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode Creating ASP.NET Mobile Web Applications @@ -206,7 +206,7 @@ To be added. ASP.NET Control Designers Overview Walkthrough: Creating a Basic Control Designer for a Web Server Control - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode Creating ASP.NET Mobile Web Applications diff --git a/xml/System.Web.UI.Design.WebControls/BaseDataListDesigner.xml b/xml/System.Web.UI.Design.WebControls/BaseDataListDesigner.xml index 28443e191c6..8c866c49a68 100644 --- a/xml/System.Web.UI.Design.WebControls/BaseDataListDesigner.xml +++ b/xml/System.Web.UI.Design.WebControls/BaseDataListDesigner.xml @@ -1084,7 +1084,7 @@ The `DesignTimeHtmlRequiresLoadComplete` property returns `true` if the - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1122,7 +1122,7 @@ The `DesignTimeHtmlRequiresLoadComplete` property returns `true` if the - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1157,7 +1157,7 @@ The `DesignTimeHtmlRequiresLoadComplete` property returns `true` if the - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/ContentPlaceHolderDesigner.xml b/xml/System.Web.UI.Design.WebControls/ContentPlaceHolderDesigner.xml index 8c51c5d2269..f133950869d 100644 --- a/xml/System.Web.UI.Design.WebControls/ContentPlaceHolderDesigner.xml +++ b/xml/System.Web.UI.Design.WebControls/ContentPlaceHolderDesigner.xml @@ -25,7 +25,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -51,7 +51,7 @@ Initializes a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -76,7 +76,7 @@ if the control can be resized; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -87,7 +87,7 @@ Gets the HTML that is used to represent the control at design time. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -113,7 +113,7 @@ The HTML markup used to represent the control at design time. To be added. The root component is not a instance. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -142,7 +142,7 @@ The HTML that is used to represent the control at design time. To be added. The root component is not a instance. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -170,7 +170,7 @@ Gets the content of the specified object. The content of the specified object. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -195,7 +195,7 @@ Gets the persistable inner HTML of the control. The persistable inner HTML of the control. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -224,7 +224,7 @@ The new content for the . Sets the content of the specified object. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/CreateUserWizardDesigner.xml b/xml/System.Web.UI.Design.WebControls/CreateUserWizardDesigner.xml index 54b1794ccff..74700cf33fc 100644 --- a/xml/System.Web.UI.Design.WebControls/CreateUserWizardDesigner.xml +++ b/xml/System.Web.UI.Design.WebControls/CreateUserWizardDesigner.xml @@ -39,7 +39,7 @@ ASP.NET Control Designers Overview Walkthrough: Creating a Basic Control Designer for a Web Server Control - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -66,7 +66,7 @@ To be added. ASP.NET Control Designers Overview Walkthrough: Creating a Basic Control Designer for a Web Server Control - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -91,7 +91,7 @@ The associated with this designer. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -120,7 +120,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -144,7 +144,7 @@ The associated with this designer. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -168,7 +168,7 @@ Converts the child controls associated with the underlying wizard control to a custom navigation template. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -206,7 +206,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -233,7 +233,7 @@ Initializes the designer and loads the specified component. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -273,7 +273,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -311,7 +311,7 @@ You can override the property to return or to determine its value based on whether the wizard control is marked with a class-level . If the is not overridden, the designer ignores the . ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design.WebControls/DataGridDesigner.xml b/xml/System.Web.UI.Design.WebControls/DataGridDesigner.xml index dca86fe6bc5..807f6d737a5 100644 --- a/xml/System.Web.UI.Design.WebControls/DataGridDesigner.xml +++ b/xml/System.Web.UI.Design.WebControls/DataGridDesigner.xml @@ -39,7 +39,7 @@ GridView Web Server Control Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -61,7 +61,7 @@ Initializes a new instance of the class. To be added. GridView Web Server Control Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -87,7 +87,7 @@ To be added. GridView Web Server Control Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -122,7 +122,7 @@ A template editing frame. To be added. GridView Web Server Control Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -165,7 +165,7 @@ GridView Web Server Control Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -197,7 +197,7 @@ An array of objects consisting of the cached template editing verbs that are available to the designer. To be added. GridView Web Server Control Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -243,7 +243,7 @@ ]]> GridView Web Server Control Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -270,7 +270,7 @@ The HTML markup used to represent an empty template-based control at design time. To be added. GridView Web Server Control Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -311,7 +311,7 @@ ]]> GridView Web Server Control Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -353,7 +353,7 @@ ]]> GridView Web Server Control Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -393,7 +393,7 @@ The content of the template. To be added. GridView Web Server Control Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -436,7 +436,7 @@ GridView Web Server Control Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -477,7 +477,7 @@ GridView Web Server Control Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -503,7 +503,7 @@ Called when the columns of the template change. To be added. GridView Web Server Control Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -529,7 +529,7 @@ Called when the template editing verbs change. To be added. GridView Web Server Control Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -567,7 +567,7 @@ Sets the content for the specified template and frame. To be added. GridView Web Server Control Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/DataListDesigner.xml b/xml/System.Web.UI.Design.WebControls/DataListDesigner.xml index 46d68bea126..a49c86e8123 100644 --- a/xml/System.Web.UI.Design.WebControls/DataListDesigner.xml +++ b/xml/System.Web.UI.Design.WebControls/DataListDesigner.xml @@ -43,7 +43,7 @@ ASP.NET Control Designers Overview Walkthrough: Creating a Basic Control Designer for a Web Server Control - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -68,7 +68,7 @@ ASP.NET Control Designers Overview Walkthrough: Creating a Basic Control Designer for a Web Server Control - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/HiddenFieldDesigner.xml b/xml/System.Web.UI.Design.WebControls/HiddenFieldDesigner.xml index e50f3c4b7f8..128f928d1a8 100644 --- a/xml/System.Web.UI.Design.WebControls/HiddenFieldDesigner.xml +++ b/xml/System.Web.UI.Design.WebControls/HiddenFieldDesigner.xml @@ -77,7 +77,7 @@ ASP.NET Control Designers Overview Walkthrough: Creating a Basic Control Designer for a Web Server Control - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -122,7 +122,7 @@ ASP.NET Control Designers Overview Walkthrough: Creating a Basic Control Designer for a Web Server Control - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/LinqDataSourceDesigner.xml b/xml/System.Web.UI.Design.WebControls/LinqDataSourceDesigner.xml index 2d9b1981605..c502bc0f3ab 100644 --- a/xml/System.Web.UI.Design.WebControls/LinqDataSourceDesigner.xml +++ b/xml/System.Web.UI.Design.WebControls/LinqDataSourceDesigner.xml @@ -34,7 +34,7 @@ ASP.NET Control Designers Overview Walkthrough: Creating a Basic Control Designer for a Web Server Control - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -63,7 +63,7 @@ ASP.NET Control Designers Overview Walkthrough: Creating a Basic Control Designer for a Web Server Control - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -124,7 +124,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -166,7 +166,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -198,7 +198,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support @@ -397,7 +397,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -423,7 +423,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -656,7 +656,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -693,7 +693,7 @@ - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design.WebControls/LinqDesignerDataSourceView.xml b/xml/System.Web.UI.Design.WebControls/LinqDesignerDataSourceView.xml index cfe574289cd..4f26ca26605 100644 --- a/xml/System.Web.UI.Design.WebControls/LinqDesignerDataSourceView.xml +++ b/xml/System.Web.UI.Design.WebControls/LinqDesignerDataSourceView.xml @@ -20,7 +20,7 @@ - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -71,7 +71,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -98,7 +98,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -125,7 +125,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -152,7 +152,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -179,7 +179,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/ListControlDataBindingHandler.xml b/xml/System.Web.UI.Design.WebControls/ListControlDataBindingHandler.xml index 8882e7522d4..185d1933d8e 100644 --- a/xml/System.Web.UI.Design.WebControls/ListControlDataBindingHandler.xml +++ b/xml/System.Web.UI.Design.WebControls/ListControlDataBindingHandler.xml @@ -48,7 +48,7 @@ ASP.NET Control Designers Overview Walkthrough: Creating a Basic Control Designer for a Web Server Control - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/PasswordRecoveryDesigner.xml b/xml/System.Web.UI.Design.WebControls/PasswordRecoveryDesigner.xml index c4ef90e9b15..c112dc96aae 100644 --- a/xml/System.Web.UI.Design.WebControls/PasswordRecoveryDesigner.xml +++ b/xml/System.Web.UI.Design.WebControls/PasswordRecoveryDesigner.xml @@ -18,7 +18,7 @@ Provides design-time support in a visual designer for the control. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -43,7 +43,7 @@ Initializes a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -67,7 +67,7 @@ A object that contains the items for the control designer. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -113,7 +113,7 @@ A object that contains the predefined schemes for the control. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -123,7 +123,7 @@ Retrieves the HTML markup that is used to represent the control at design time. - Extending Design-Time Support + Extending Design-Time Support @@ -148,7 +148,7 @@ The HTML markup used to represent the control at design time. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -176,7 +176,7 @@ The design-time HTML markup for the associated control, including all control designer regions. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -204,7 +204,7 @@ The persisted content for the region, if the control designer supports editable regions; otherwise, an empty string (""). To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -232,7 +232,7 @@ The design-time HTML markup for the specified exception. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -258,7 +258,7 @@ The control being designed. Initializes the designer and loads the specified component. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -284,7 +284,7 @@ The properties for the class of the component. Used by the designer class to add properties to, or remove properties from, the **Properties** grid at design time or to shadow properties of the associated control. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -341,7 +341,7 @@ The content to assign for the editable design region. Establishes the content for an editable region of the control at design time. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -365,7 +365,7 @@ A collection of objects. The default is an empty . To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -390,7 +390,7 @@ . To be added. - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design.WebControls/PreviewControlDesigner.xml b/xml/System.Web.UI.Design.WebControls/PreviewControlDesigner.xml index afbd5aaff9f..9919807237b 100644 --- a/xml/System.Web.UI.Design.WebControls/PreviewControlDesigner.xml +++ b/xml/System.Web.UI.Design.WebControls/PreviewControlDesigner.xml @@ -26,7 +26,7 @@ The only distinction between the class and the class is that the design host always displays a preview of the control and any modifications that are made in Design view are applied only to the preview of the control. Your code must specifically persist changes to the control. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -52,7 +52,7 @@ Creates a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -78,7 +78,7 @@ . To be added. - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design.WebControls/RepeaterDesigner.xml b/xml/System.Web.UI.Design.WebControls/RepeaterDesigner.xml index 0946be46e39..4bfc0622118 100644 --- a/xml/System.Web.UI.Design.WebControls/RepeaterDesigner.xml +++ b/xml/System.Web.UI.Design.WebControls/RepeaterDesigner.xml @@ -27,7 +27,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -57,7 +57,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -84,7 +84,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -110,7 +110,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -136,7 +136,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -166,7 +166,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -191,7 +191,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -216,7 +216,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -256,7 +256,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -288,7 +288,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -299,7 +299,7 @@ Returns design-time sample data. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -331,7 +331,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -363,7 +363,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -390,7 +390,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -418,7 +418,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -484,7 +484,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -521,7 +521,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -551,7 +551,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -582,7 +582,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -608,7 +608,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -638,7 +638,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -666,7 +666,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design.WebControls/RoleGroupCollectionEditor.xml b/xml/System.Web.UI.Design.WebControls/RoleGroupCollectionEditor.xml index cbdae8a2683..467d55f7ac0 100644 --- a/xml/System.Web.UI.Design.WebControls/RoleGroupCollectionEditor.xml +++ b/xml/System.Web.UI.Design.WebControls/RoleGroupCollectionEditor.xml @@ -18,7 +18,7 @@ Provides a design-time editor for the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -46,7 +46,7 @@ The type of objects in the collection. Creates a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -79,7 +79,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/SiteMapDataSourceDesigner.xml b/xml/System.Web.UI.Design.WebControls/SiteMapDataSourceDesigner.xml index f9868a295d4..00527270927 100644 --- a/xml/System.Web.UI.Design.WebControls/SiteMapDataSourceDesigner.xml +++ b/xml/System.Web.UI.Design.WebControls/SiteMapDataSourceDesigner.xml @@ -23,7 +23,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support ASP.NET Site Maps How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -50,7 +50,7 @@ Creates an instance of the class. To be added. ASP.NET Site Maps - Extending Design-Time Support + Extending Design-Time Support @@ -77,7 +77,7 @@ This implementation always returns . To be added. ASP.NET Site Maps - Extending Design-Time Support + Extending Design-Time Support @@ -106,7 +106,7 @@ To be added. ASP.NET Site Maps - Extending Design-Time Support + Extending Design-Time Support @@ -141,7 +141,7 @@ ]]> ASP.NET Site Maps - Extending Design-Time Support + Extending Design-Time Support @@ -168,7 +168,7 @@ Initializes the designer and loads the specified component. To be added. ASP.NET Site Maps - Extending Design-Time Support + Extending Design-Time Support @@ -203,7 +203,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support ASP.NET Site Maps @@ -235,7 +235,7 @@ Called by the designer host to refresh the schema of the underlying data source. To be added. ASP.NET Site Maps - Extending Design-Time Support + Extending Design-Time Support @@ -270,7 +270,7 @@ ]]> ASP.NET Site Maps - Extending Design-Time Support + Extending Design-Time Support @@ -304,7 +304,7 @@ ]]> ASP.NET Site Maps - Extending Design-Time Support + Extending Design-Time Support @@ -337,7 +337,7 @@ ]]> ASP.NET Site Maps - Extending Design-Time Support + Extending Design-Time Support @@ -367,7 +367,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support ASP.NET Site Maps @@ -405,7 +405,7 @@ ]]> ASP.NET Site Maps - Extending Design-Time Support + Extending Design-Time Support @@ -445,7 +445,7 @@ ASP.NET Site Maps - Extending Design-Time Support + Extending Design-Time Support @@ -483,7 +483,7 @@ ASP.NET Site Maps - Extending Design-Time Support + Extending Design-Time Support @@ -517,7 +517,7 @@ ASP.NET Site Maps - Extending Design-Time Support + Extending Design-Time Support @@ -548,7 +548,7 @@ ]]> ASP.NET Site Maps - Extending Design-Time Support + Extending Design-Time Support @@ -582,7 +582,7 @@ ASP.NET Site Maps - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design.WebControls/SiteMapDesignerDataSourceView.xml b/xml/System.Web.UI.Design.WebControls/SiteMapDesignerDataSourceView.xml index ccc82ec365a..ffb663b1f8c 100644 --- a/xml/System.Web.UI.Design.WebControls/SiteMapDesignerDataSourceView.xml +++ b/xml/System.Web.UI.Design.WebControls/SiteMapDesignerDataSourceView.xml @@ -18,7 +18,7 @@ Provides a design-time view of data for the and classes. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -44,7 +44,7 @@ The name of the view for which the data source provides data. Creates a new instance of the class using the provided object and view name. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -75,7 +75,7 @@ Generates design-time data that matches the schema of the associated data source control using the provided number of rows and returns a Boolean value indicating whether the data is sample or real data. Design-time data that matches the schema of the associated data source control. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -104,7 +104,7 @@ Gets a schema that describes the data that is represented by this object. An or an object that derives from . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/SiteMapDesignerHierarchicalDataSourceView.xml b/xml/System.Web.UI.Design.WebControls/SiteMapDesignerHierarchicalDataSourceView.xml index 45dcdfe8d11..ead1a37b439 100644 --- a/xml/System.Web.UI.Design.WebControls/SiteMapDesignerHierarchicalDataSourceView.xml +++ b/xml/System.Web.UI.Design.WebControls/SiteMapDesignerHierarchicalDataSourceView.xml @@ -19,7 +19,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -50,7 +50,7 @@ An XPath query that defines the block of data to use for the view. Initializes a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -79,7 +79,7 @@ Generates design-time data that matches the schema of the associated data source control and returns a value indicating whether the data is sample data or real data. Design-time data that matches the schema of the associated data source control. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -108,7 +108,7 @@ Gets a schema that describes the data source view that is represented by this view object. A schema that describes the data source view that is represented by this view object. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/SiteMapPathDesigner.xml b/xml/System.Web.UI.Design.WebControls/SiteMapPathDesigner.xml index 52412b02d0e..2e61c95d0b4 100644 --- a/xml/System.Web.UI.Design.WebControls/SiteMapPathDesigner.xml +++ b/xml/System.Web.UI.Design.WebControls/SiteMapPathDesigner.xml @@ -18,7 +18,7 @@ Provides design-time support in a visual designer for the control. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -44,7 +44,7 @@ Initializes a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -68,7 +68,7 @@ Gets the collection of automatic formatting schemes to display in the **Auto Format** dialog box for the associated control at design time. Returns . To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -92,7 +92,7 @@ Gets the HTML markup that is used to represent the control at design time. Returns . To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -119,7 +119,7 @@ Gets the HTML markup that provides information about the specified exception. Returns . To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -146,7 +146,7 @@ Prepares the designer to view, edit, and design the associated control. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -169,7 +169,7 @@ Gets a collection of template groups, each containing one or more template definitions. Returns . To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -193,7 +193,7 @@ . To be added. - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design.WebControls/SqlDataSourceConnectionStringEditor.xml b/xml/System.Web.UI.Design.WebControls/SqlDataSourceConnectionStringEditor.xml index 4c3709079c3..bbbb132c52f 100644 --- a/xml/System.Web.UI.Design.WebControls/SqlDataSourceConnectionStringEditor.xml +++ b/xml/System.Web.UI.Design.WebControls/SqlDataSourceConnectionStringEditor.xml @@ -30,7 +30,7 @@ - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -55,7 +55,7 @@ Creates a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -83,7 +83,7 @@ Returns the property of the object. The property of the , if the is not ; otherwise, an empty string (""). To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -112,7 +112,7 @@ The associated with the . Sets the property of the object. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/SqlDataSourceDesigner.xml b/xml/System.Web.UI.Design.WebControls/SqlDataSourceDesigner.xml index 480a90e7cf3..5d56d70bbb8 100644 --- a/xml/System.Web.UI.Design.WebControls/SqlDataSourceDesigner.xml +++ b/xml/System.Web.UI.Design.WebControls/SqlDataSourceDesigner.xml @@ -25,7 +25,7 @@ ASP.NET Control Designers Overview Walkthrough: Creating a Basic Control Designer for a Web Server Control - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -53,7 +53,7 @@ ASP.NET Control Designers Overview Walkthrough: Creating a Basic Control Designer for a Web Server Control - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -81,7 +81,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -106,7 +106,7 @@ if the and properties are not empty; otherwise . To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -129,7 +129,7 @@ Launches the data source configuration utility in the design host. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -164,7 +164,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support @@ -198,7 +198,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support @@ -249,7 +249,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support @@ -277,7 +277,7 @@ A object. Derives the parameters from the specified SQL command and adds corresponding objects to the command's parameters collection. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -301,7 +301,7 @@ Gets the connection string that is valid at design time for the control that is associated with this designer. A connection string. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -328,7 +328,7 @@ Retrieves a object that is identified by the view name. A object if found in the data source; otherwise . To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -352,7 +352,7 @@ Gets a list of available views. A string array containing the names of the available views. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -385,7 +385,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -436,7 +436,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support @@ -462,7 +462,7 @@ The properties to be filtered. Used by the designer to add properties to, or remove them from, the **Properties** grid or to shadow properties of the associated control. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -493,7 +493,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support @@ -528,7 +528,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support @@ -559,7 +559,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support @@ -610,7 +610,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support @@ -661,7 +661,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design.WebControls/SqlDesignerDataSourceView.xml b/xml/System.Web.UI.Design.WebControls/SqlDesignerDataSourceView.xml index e42827aea14..741ad5e9688 100644 --- a/xml/System.Web.UI.Design.WebControls/SqlDesignerDataSourceView.xml +++ b/xml/System.Web.UI.Design.WebControls/SqlDesignerDataSourceView.xml @@ -18,7 +18,7 @@ Provides a design-time view of data for the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -49,7 +49,7 @@ The name of the view in the data source. Creates a new instance of the class using the provided data source designer and name of the view. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -75,7 +75,7 @@ if the method is supported; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -101,7 +101,7 @@ if the method is supported; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -127,7 +127,7 @@ if paging through the data retrieved by the method is supported; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -153,7 +153,7 @@ if retrieving the total number of data rows is supported; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -179,7 +179,7 @@ if a sorted view on the underlying data source is supported; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -205,7 +205,7 @@ if the method is supported; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -237,7 +237,7 @@ A object containing data to display at design time. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -263,7 +263,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/StyleCollectionEditor.xml b/xml/System.Web.UI.Design.WebControls/StyleCollectionEditor.xml index ae6b7c3adb7..be3b42572aa 100644 --- a/xml/System.Web.UI.Design.WebControls/StyleCollectionEditor.xml +++ b/xml/System.Web.UI.Design.WebControls/StyleCollectionEditor.xml @@ -17,7 +17,7 @@ Provides a design-time editor in a design host, such as Microsoft Visual Studio 2005, for a object. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -45,7 +45,7 @@ The type to create an instance of. Creates a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -76,7 +76,7 @@ The method should throw an exception if it cannot create a new instance of the specified type. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/SubstitutionDesigner.xml b/xml/System.Web.UI.Design.WebControls/SubstitutionDesigner.xml index ec6b561ac6b..8960988d243 100644 --- a/xml/System.Web.UI.Design.WebControls/SubstitutionDesigner.xml +++ b/xml/System.Web.UI.Design.WebControls/SubstitutionDesigner.xml @@ -23,7 +23,7 @@ Provides design-time support in a visual designer for the control. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -49,7 +49,7 @@ Initializes a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -76,7 +76,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design.WebControls/TreeNodeBindingDepthConverter.xml b/xml/System.Web.UI.Design.WebControls/TreeNodeBindingDepthConverter.xml index b71ceae0c41..d482dd44250 100644 --- a/xml/System.Web.UI.Design.WebControls/TreeNodeBindingDepthConverter.xml +++ b/xml/System.Web.UI.Design.WebControls/TreeNodeBindingDepthConverter.xml @@ -19,7 +19,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -45,7 +45,7 @@ Creates a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -78,7 +78,7 @@ An object that represents the converted value. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -113,7 +113,7 @@ An object that represents the converted value. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/TreeNodeCollectionEditor.xml b/xml/System.Web.UI.Design.WebControls/TreeNodeCollectionEditor.xml index 304a237d840..9a22b82a2ef 100644 --- a/xml/System.Web.UI.Design.WebControls/TreeNodeCollectionEditor.xml +++ b/xml/System.Web.UI.Design.WebControls/TreeNodeCollectionEditor.xml @@ -17,7 +17,7 @@ Provides a design-time editor in a design host, such as Microsoft Visual Studio 2005, for a object. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -42,7 +42,7 @@ Initiates a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/TreeNodeStyleCollectionEditor.xml b/xml/System.Web.UI.Design.WebControls/TreeNodeStyleCollectionEditor.xml index 0c2f3e4e409..d82f4f14438 100644 --- a/xml/System.Web.UI.Design.WebControls/TreeNodeStyleCollectionEditor.xml +++ b/xml/System.Web.UI.Design.WebControls/TreeNodeStyleCollectionEditor.xml @@ -18,7 +18,7 @@ Provides a design-time editor in a design host, such as Microsoft Visual Studio 2005, for a object. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -46,7 +46,7 @@ The type. Creates a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -71,7 +71,7 @@ Gets the data type that this collection edits. The data type that this collection edits. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/TreeViewBindingsEditor.xml b/xml/System.Web.UI.Design.WebControls/TreeViewBindingsEditor.xml index 128ac3ff2cd..684cf049045 100644 --- a/xml/System.Web.UI.Design.WebControls/TreeViewBindingsEditor.xml +++ b/xml/System.Web.UI.Design.WebControls/TreeViewBindingsEditor.xml @@ -17,7 +17,7 @@ Provides a design-time data bindings editor in a design host, such as Microsoft Visual Studio 2005, for a object. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -42,7 +42,7 @@ Initializes a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/TreeViewDesigner.xml b/xml/System.Web.UI.Design.WebControls/TreeViewDesigner.xml index 482537d4f2a..168579aec9e 100644 --- a/xml/System.Web.UI.Design.WebControls/TreeViewDesigner.xml +++ b/xml/System.Web.UI.Design.WebControls/TreeViewDesigner.xml @@ -19,7 +19,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -45,7 +45,7 @@ Initializes a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -71,7 +71,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -96,7 +96,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -120,7 +120,7 @@ Displays a dialog box to edit the line images for the control. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -147,7 +147,7 @@ Binds the associated control to the design-time data source. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -171,7 +171,7 @@ Displays a dialog box to edit the data bindings. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -195,7 +195,7 @@ Displays a dialog box to edit the object. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -221,7 +221,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -247,7 +247,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -276,7 +276,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -302,7 +302,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -329,7 +329,7 @@ When overridden in a derived class, provides for custom initialization of the given control. To be added. - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design.WebControls/ViewDesigner.xml b/xml/System.Web.UI.Design.WebControls/ViewDesigner.xml index 7f7f7f1dae2..b1eb97a746d 100644 --- a/xml/System.Web.UI.Design.WebControls/ViewDesigner.xml +++ b/xml/System.Web.UI.Design.WebControls/ViewDesigner.xml @@ -19,7 +19,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -40,7 +40,7 @@ Initializes a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -51,7 +51,7 @@ Retrieves the HTML markup that is used to represent the control at design time. - Extending Design-Time Support + Extending Design-Time Support @@ -82,7 +82,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -116,7 +116,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -143,7 +143,7 @@ Prepares the designer to view, edit, and design the associated control. To be added. - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design.WebControls/WizardDesigner.xml b/xml/System.Web.UI.Design.WebControls/WizardDesigner.xml index 887930f6856..079feffcf36 100644 --- a/xml/System.Web.UI.Design.WebControls/WizardDesigner.xml +++ b/xml/System.Web.UI.Design.WebControls/WizardDesigner.xml @@ -19,7 +19,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -45,7 +45,7 @@ Initializes a new instance of the class. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -72,7 +72,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -99,7 +99,7 @@ Adds the provided designer region collection to the current designer regions. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -123,7 +123,7 @@ A object. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -147,7 +147,7 @@ Creates a navigation template from the active step and saves it in the property of the active step. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -180,7 +180,7 @@ Converts a selection of controls to a template in the associated control. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -204,7 +204,7 @@ Creates the child controls of the associated control. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -230,7 +230,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -241,7 +241,7 @@ Gets the markup that is used to represent the control at design time. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -267,7 +267,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -296,7 +296,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -328,7 +328,7 @@ is not an object of type . ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -355,7 +355,7 @@ Initializes the designer with the specified object. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -382,7 +382,7 @@ Called by the design host when the user clicks the associated control at design time. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -448,7 +448,7 @@ Adds properties to or removes properties from the Properties grid in a design host, or provides new design-time settings or properties that correspond to properties on the associated control. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -479,7 +479,7 @@ Resets the specified template to its default value. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -512,7 +512,7 @@ is not an object of type . ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -536,7 +536,7 @@ A object. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -561,7 +561,7 @@ to use a preview control; to use the associated control. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design.WebControls/WizardStepCollectionEditor.xml b/xml/System.Web.UI.Design.WebControls/WizardStepCollectionEditor.xml index 222bd32bd54..1bfb4de2c8f 100644 --- a/xml/System.Web.UI.Design.WebControls/WizardStepCollectionEditor.xml +++ b/xml/System.Web.UI.Design.WebControls/WizardStepCollectionEditor.xml @@ -17,7 +17,7 @@ Provides a design-time editor in a design host such as Visual Studio 2005 for a . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -45,7 +45,7 @@ The of items in the collection. Creates a new instance of the class using the given . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -71,7 +71,7 @@ if multiple items can be selected at once; otherwise, . This implementation always returns . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -96,7 +96,7 @@ Creates a new form to display and edit the current collection. A to provide as the user interface for editing the collection. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -124,7 +124,7 @@ Creates an instance of the collection of the specified . A collection of the specified . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -156,7 +156,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/WizardStepEditableRegion.xml b/xml/System.Web.UI.Design.WebControls/WizardStepEditableRegion.xml index 96886196679..c8822466dde 100644 --- a/xml/System.Web.UI.Design.WebControls/WizardStepEditableRegion.xml +++ b/xml/System.Web.UI.Design.WebControls/WizardStepEditableRegion.xml @@ -19,7 +19,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -47,7 +47,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -82,7 +82,7 @@ - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/WizardStepTemplatedEditableRegion.xml b/xml/System.Web.UI.Design.WebControls/WizardStepTemplatedEditableRegion.xml index fbe556bf875..23fcb4871bb 100644 --- a/xml/System.Web.UI.Design.WebControls/WizardStepTemplatedEditableRegion.xml +++ b/xml/System.Web.UI.Design.WebControls/WizardStepTemplatedEditableRegion.xml @@ -17,7 +17,7 @@ Defines an editable region of content within the design-time markup of a template in a wizard step for a . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -44,7 +44,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -79,7 +79,7 @@ - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/XmlDataSourceDesigner.xml b/xml/System.Web.UI.Design.WebControls/XmlDataSourceDesigner.xml index 798ea024ab3..fb397740c94 100644 --- a/xml/System.Web.UI.Design.WebControls/XmlDataSourceDesigner.xml +++ b/xml/System.Web.UI.Design.WebControls/XmlDataSourceDesigner.xml @@ -29,7 +29,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -55,7 +55,7 @@ Initializes a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -84,7 +84,7 @@ , if the method can be called; otherwise, . The default is . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -113,7 +113,7 @@ , if the method can be called, otherwise . The default is . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -148,7 +148,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -180,7 +180,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -212,7 +212,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -242,7 +242,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -270,7 +270,7 @@ Initializes the designer and loads the specified component. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -298,7 +298,7 @@ Used by a designer component to add properties to or remove properties from, the Properties grid in a design host at design time or to provide new design-time properties that might correspond to properties on the associated control. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -330,7 +330,7 @@ Refreshes the schema from the data source, while optionally suppressing events. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -366,7 +366,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -402,7 +402,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -436,7 +436,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -467,7 +467,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -506,7 +506,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -541,7 +541,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -578,7 +578,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -612,7 +612,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -643,7 +643,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -678,7 +678,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -710,7 +710,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -742,7 +742,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -774,7 +774,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/XmlDesignerDataSourceView.xml b/xml/System.Web.UI.Design.WebControls/XmlDesignerDataSourceView.xml index a1f5572f176..7bf6c435def 100644 --- a/xml/System.Web.UI.Design.WebControls/XmlDesignerDataSourceView.xml +++ b/xml/System.Web.UI.Design.WebControls/XmlDesignerDataSourceView.xml @@ -19,7 +19,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -51,7 +51,7 @@ Creates a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -83,7 +83,7 @@ A object containing data to display at design time. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -108,7 +108,7 @@ An object. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design.WebControls/XmlDesignerHierarchicalDataSourceView.xml b/xml/System.Web.UI.Design.WebControls/XmlDesignerHierarchicalDataSourceView.xml index 4462e6c1fdb..d12ad9b95b0 100644 --- a/xml/System.Web.UI.Design.WebControls/XmlDesignerHierarchicalDataSourceView.xml +++ b/xml/System.Web.UI.Design.WebControls/XmlDesignerHierarchicalDataSourceView.xml @@ -17,7 +17,7 @@ Provides a hierarchical design-time view of data for the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -48,7 +48,7 @@ An XPath string that identifies the data for the view. Creates a new instance of the class using the provided designer and XPath. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -78,7 +78,7 @@ This implementation always returns . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -103,7 +103,7 @@ An object. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/ContentDefinition.xml b/xml/System.Web.UI.Design/ContentDefinition.xml index 06977a1d384..329e32ab756 100644 --- a/xml/System.Web.UI.Design/ContentDefinition.xml +++ b/xml/System.Web.UI.Design/ContentDefinition.xml @@ -18,7 +18,7 @@ Provides a property structure that defines Web content at design time. To be added. ASP.NET Master Pages Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -52,7 +52,7 @@ Creates a new instance of the class. To be added. ASP.NET Master Pages Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -82,7 +82,7 @@ The ID of the associated with the current content. To be added. - Extending Design-Time Support + Extending Design-Time Support ASP.NET Master Pages Overview How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -113,7 +113,7 @@ A string containing HTML markup. To be added. ASP.NET Master Pages Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -143,7 +143,7 @@ A string containing HTML markup. To be added. ASP.NET Master Pages Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/ContentDesignerState.xml b/xml/System.Web.UI.Design/ContentDesignerState.xml index f80ce633b59..e5fe2d50875 100644 --- a/xml/System.Web.UI.Design/ContentDesignerState.xml +++ b/xml/System.Web.UI.Design/ContentDesignerState.xml @@ -16,7 +16,7 @@ Enumerates the possible settings for the state of a control at design time. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/ControlLocation.xml b/xml/System.Web.UI.Design/ControlLocation.xml index c8dd57b19e6..c01f6c309e6 100644 --- a/xml/System.Web.UI.Design/ControlLocation.xml +++ b/xml/System.Web.UI.Design/ControlLocation.xml @@ -23,7 +23,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/ControlParser.xml b/xml/System.Web.UI.Design/ControlParser.xml index 7a373035c2e..0e40cb97529 100644 --- a/xml/System.Web.UI.Design/ControlParser.xml +++ b/xml/System.Web.UI.Design/ControlParser.xml @@ -37,7 +37,7 @@ - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -48,7 +48,7 @@ Creates a control from the specified markup. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -98,7 +98,7 @@ ]]> A parameter is not valid. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -150,7 +150,7 @@ ]]> A parameter is not valid. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -197,7 +197,7 @@ is or an empty string (""). - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -208,7 +208,7 @@ Creates an interface from the specified template markup. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -248,7 +248,7 @@ is . - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -290,7 +290,7 @@ is . - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/DataSetFieldSchema.xml b/xml/System.Web.UI.Design/DataSetFieldSchema.xml index 11c96037065..174ed23a24f 100644 --- a/xml/System.Web.UI.Design/DataSetFieldSchema.xml +++ b/xml/System.Web.UI.Design/DataSetFieldSchema.xml @@ -43,7 +43,7 @@ - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design/DataSetSchema.xml b/xml/System.Web.UI.Design/DataSetSchema.xml index 8b42f673b91..b8a91f80720 100644 --- a/xml/System.Web.UI.Design/DataSetSchema.xml +++ b/xml/System.Web.UI.Design/DataSetSchema.xml @@ -40,7 +40,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -64,7 +64,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design/DataSetViewSchema.xml b/xml/System.Web.UI.Design/DataSetViewSchema.xml index 9f6925a1fbd..1fe14e123cf 100644 --- a/xml/System.Web.UI.Design/DataSetViewSchema.xml +++ b/xml/System.Web.UI.Design/DataSetViewSchema.xml @@ -42,7 +42,7 @@ - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design/DataSourceBooleanViewSchemaConverter.xml b/xml/System.Web.UI.Design/DataSourceBooleanViewSchemaConverter.xml index 461b422fc88..bb9d03d8d1a 100644 --- a/xml/System.Web.UI.Design/DataSourceBooleanViewSchemaConverter.xml +++ b/xml/System.Web.UI.Design/DataSourceBooleanViewSchemaConverter.xml @@ -18,7 +18,7 @@ Provides a type converter for a property representing a Boolean field in a data source schema. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -44,7 +44,7 @@ Creates a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -73,7 +73,7 @@ A collection of Boolean values. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/DataSourceDesigner.xml b/xml/System.Web.UI.Design/DataSourceDesigner.xml index 8f5951ab845..fee4762f560 100644 --- a/xml/System.Web.UI.Design/DataSourceDesigner.xml +++ b/xml/System.Web.UI.Design/DataSourceDesigner.xml @@ -63,7 +63,7 @@ To provide commands for the action list menu at design time in a derived class, you must override the property to return a custom object with custom items that are derived from the object. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -95,7 +95,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -134,7 +134,7 @@ - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -171,7 +171,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -218,7 +218,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -259,7 +259,7 @@ ]]> An attempt was made to invoke this method in the base class. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -294,7 +294,7 @@ Occurs when any property of the associated data source changes. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -327,7 +327,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -366,7 +366,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -394,7 +394,7 @@ Returns an array of the view names that are available in this data source. An array of view names. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -429,7 +429,7 @@ - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -465,7 +465,7 @@ - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -506,7 +506,7 @@ An attempt was made to invoke this method in the base class. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -541,7 +541,7 @@ ]]> An attempt was made to invoke this method in the base class. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -576,7 +576,7 @@ Occurs after the schema has been refreshed. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -615,7 +615,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -642,7 +642,7 @@ Postpones all data source events until after the method is called. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -674,7 +674,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -713,7 +713,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/DesignTimeResourceProviderFactory.xml b/xml/System.Web.UI.Design/DesignTimeResourceProviderFactory.xml index 724abb0a11b..271c3d93a12 100644 --- a/xml/System.Web.UI.Design/DesignTimeResourceProviderFactory.xml +++ b/xml/System.Web.UI.Design/DesignTimeResourceProviderFactory.xml @@ -21,7 +21,7 @@ When you inherit from the class, you must override the following members: the , , and methods. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -46,7 +46,7 @@ Creates a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -76,7 +76,7 @@ When overridden in a derived class, creates a global resource provider using the provided interface and resource class name. Either an or an . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -105,7 +105,7 @@ An or a class derived from . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -134,7 +134,7 @@ A local resource writer for using the provided reference to the design host. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/DesignerDataSourceView.xml b/xml/System.Web.UI.Design/DesignerDataSourceView.xml index ee0b6d10092..57f30ce0563 100644 --- a/xml/System.Web.UI.Design/DesignerDataSourceView.xml +++ b/xml/System.Web.UI.Design/DesignerDataSourceView.xml @@ -35,7 +35,7 @@ When you inherit from the class, you must override the method either to create sample data that conforms to the property, or to return real data from the data source. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -68,7 +68,7 @@ is . ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -93,7 +93,7 @@ if the method is supported; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -118,7 +118,7 @@ if the method is supported; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -143,7 +143,7 @@ if paging through the data retrieved by the method is supported; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -168,7 +168,7 @@ if retrieving the total number of data rows is supported; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -193,7 +193,7 @@ if a sorted view on the underlying data source is supported; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -218,7 +218,7 @@ if the method is supported; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -247,7 +247,7 @@ Gets a reference to the designer that created this control. The object provided when the current instance was created. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -285,7 +285,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -314,7 +314,7 @@ Gets the name of the view as provided when this instance of the class was created. The view name. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -345,7 +345,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/DesignerHierarchicalDataSourceView.xml b/xml/System.Web.UI.Design/DesignerHierarchicalDataSourceView.xml index b988375da1d..c1c916abafb 100644 --- a/xml/System.Web.UI.Design/DesignerHierarchicalDataSourceView.xml +++ b/xml/System.Web.UI.Design/DesignerHierarchicalDataSourceView.xml @@ -29,7 +29,7 @@ - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -62,7 +62,7 @@ is . - Extending Design-Time Support + Extending Design-Time Support @@ -91,7 +91,7 @@ The parent . To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -130,7 +130,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -166,7 +166,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support @@ -203,7 +203,7 @@ - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design/DesignerObject.xml b/xml/System.Web.UI.Design/DesignerObject.xml index 2602095c036..921e9d88ac0 100644 --- a/xml/System.Web.UI.Design/DesignerObject.xml +++ b/xml/System.Web.UI.Design/DesignerObject.xml @@ -21,7 +21,7 @@ Represents an object in a design host such as Visual Studio 2005. This class must be inherited. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -54,7 +54,7 @@ is . - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -83,7 +83,7 @@ Gets the associated designer component. A object. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -114,7 +114,7 @@ Gets a service from the design host, as identified by the provided type. The requested service. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -143,7 +143,7 @@ Gets the name of the object. The name of the object. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -167,7 +167,7 @@ Gets the object's properties. An object containing the object's properties and their values. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -202,7 +202,7 @@ For a description of this member, see . The requested service. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/DesignerRegion.xml b/xml/System.Web.UI.Design/DesignerRegion.xml index 88ac146a054..2f55050926c 100644 --- a/xml/System.Web.UI.Design/DesignerRegion.xml +++ b/xml/System.Web.UI.Design/DesignerRegion.xml @@ -34,7 +34,7 @@ - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -45,7 +45,7 @@ Initializes a new instance of the class. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -110,7 +110,7 @@ -or- is an empty string (""). - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -178,7 +178,7 @@ -or- is an empty string (""). - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -214,7 +214,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -244,7 +244,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -273,7 +273,7 @@ Gets or sets the friendly display name for a designer region. A text display name for the designer region. The default is an empty string (""). To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -306,7 +306,7 @@ , if the design host should set the size on the designer region; otherwise, . The default is . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -338,7 +338,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -371,7 +371,7 @@ , if the visual designer should highlight the designer region on the design surface; otherwise, . The default is . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -404,7 +404,7 @@ , if the designer region can be selected by the user on the design surface; otherwise, . The default is . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -437,7 +437,7 @@ , if the designer region is currently selected on the design surface; otherwise, . The default is . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -478,7 +478,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/DesignerRegionCollection.xml b/xml/System.Web.UI.Design/DesignerRegionCollection.xml index 55f3c5b2904..842be3207b3 100644 --- a/xml/System.Web.UI.Design/DesignerRegionCollection.xml +++ b/xml/System.Web.UI.Design/DesignerRegionCollection.xml @@ -60,7 +60,7 @@ - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -71,7 +71,7 @@ Initializes a new instance of the class. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -103,7 +103,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -142,7 +142,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -177,7 +177,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -211,7 +211,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -250,7 +250,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -288,7 +288,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -322,7 +322,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -357,7 +357,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -395,7 +395,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -440,7 +440,7 @@ -or- is greater than the property. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -468,7 +468,7 @@ , if the size of the collection cannot be changed by adding or removing items; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -496,7 +496,7 @@ , if the collection cannot be changed; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -534,7 +534,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -577,7 +577,7 @@ -or- is greater than the property. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -614,7 +614,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -657,7 +657,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -703,7 +703,7 @@ -or- is greater than the property. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -740,7 +740,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -783,7 +783,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -823,7 +823,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -866,7 +866,7 @@ - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -908,7 +908,7 @@ - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -948,7 +948,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -985,7 +985,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1023,7 +1023,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1061,7 +1061,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1098,7 +1098,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1136,7 +1136,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1176,7 +1176,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1216,7 +1216,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1259,7 +1259,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1295,7 +1295,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1336,7 +1336,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/EditableDesignerRegion.xml b/xml/System.Web.UI.Design/EditableDesignerRegion.xml index 2e130c467c4..39a06f635ff 100644 --- a/xml/System.Web.UI.Design/EditableDesignerRegion.xml +++ b/xml/System.Web.UI.Design/EditableDesignerRegion.xml @@ -39,7 +39,7 @@ - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -50,7 +50,7 @@ Initializes a new instance of the class. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -81,7 +81,7 @@ The name of the region. Initializes a new instance of the class using the given owner and name. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -115,7 +115,7 @@ to have the region accept only Web server controls for content; otherwise, . Creates a new instance of the class using the given owner and name and the initial value of the property. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -139,7 +139,7 @@ Gets or sets the HTML markup for the content of the region. HTML markup representing the content of the object. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -166,7 +166,7 @@ Returns a object containing the design-time HTML markup for the given control. A object. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -199,7 +199,7 @@ if the region can contain only Web server controls; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -232,7 +232,7 @@ if the content supports binding to a data source; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/HierarchicalDataSourceDesigner.xml b/xml/System.Web.UI.Design/HierarchicalDataSourceDesigner.xml index 232eef7d1aa..3174ded1fdf 100644 --- a/xml/System.Web.UI.Design/HierarchicalDataSourceDesigner.xml +++ b/xml/System.Web.UI.Design/HierarchicalDataSourceDesigner.xml @@ -31,7 +31,7 @@ - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -58,7 +58,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -84,7 +84,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -119,7 +119,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -154,7 +154,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -191,7 +191,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -227,7 +227,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -254,7 +254,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -286,7 +286,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -323,7 +323,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -360,7 +360,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -400,7 +400,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -436,7 +436,7 @@ The property is . ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -472,7 +472,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -500,7 +500,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -526,7 +526,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design/IContentResolutionService.xml b/xml/System.Web.UI.Design/IContentResolutionService.xml index 5abaf676bb6..32e882d666b 100644 --- a/xml/System.Web.UI.Design/IContentResolutionService.xml +++ b/xml/System.Web.UI.Design/IContentResolutionService.xml @@ -19,7 +19,7 @@ Working with ASP.NET Master Pages Programmatically ASP.NET Master Pages Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -44,7 +44,7 @@ An containing identifiers and objects. To be added. Working with ASP.NET Master Pages Programmatically - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -73,7 +73,7 @@ The current state of the identified content placeholder. To be added. Working with ASP.NET Master Pages Programmatically - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -104,7 +104,7 @@ To be added. Working with ASP.NET Master Pages Programmatically - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/IControlDesignerTag.xml b/xml/System.Web.UI.Design/IControlDesignerTag.xml index ba1f808616b..ee30e1c1702 100644 --- a/xml/System.Web.UI.Design/IControlDesignerTag.xml +++ b/xml/System.Web.UI.Design/IControlDesignerTag.xml @@ -22,7 +22,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -51,7 +51,7 @@ A string containing the value of the attribute. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -77,7 +77,7 @@ The HTML markup for the content of the tag. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -103,7 +103,7 @@ The outer HTML markup for the control. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -129,7 +129,7 @@ if the tag has changed; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -157,7 +157,7 @@ Deletes the specified attribute from the tag. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -187,7 +187,7 @@ Sets the value of the specified attribute and creates the attribute, if necessary. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -215,7 +215,7 @@ Sets the HTML markup for the content of the tag. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -243,7 +243,7 @@ Sets the property of the tag. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/IControlDesignerView.xml b/xml/System.Web.UI.Design/IControlDesignerView.xml index b02e6680487..5e33b8a3178 100644 --- a/xml/System.Web.UI.Design/IControlDesignerView.xml +++ b/xml/System.Web.UI.Design/IControlDesignerView.xml @@ -22,7 +22,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -47,7 +47,7 @@ A object if the associated control is contained in a designer region; otherwise . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -76,7 +76,7 @@ A containing information about the location and measurements of the view at design time. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -103,7 +103,7 @@ Notifies the design host that the area represented by the provided rectangle needs to be repainted on the design surface. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -128,7 +128,7 @@ An IDesigner object representing the designer component for the naming container for the associated control; otherwise . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -158,7 +158,7 @@ For a description of this member, see . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -188,7 +188,7 @@ Puts the provided content into the provided designer region. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -214,7 +214,7 @@ if designer regions are supported; otherwise . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -239,7 +239,7 @@ Causes the associated control to redraw the invalidated regions within its client area. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -276,7 +276,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/IDataBindingSchemaProvider.xml b/xml/System.Web.UI.Design/IDataBindingSchemaProvider.xml index c52b35d96ba..a3fce2f5147 100644 --- a/xml/System.Web.UI.Design/IDataBindingSchemaProvider.xml +++ b/xml/System.Web.UI.Design/IDataBindingSchemaProvider.xml @@ -21,7 +21,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -46,7 +46,7 @@ , if the schema can be refreshed; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -82,7 +82,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -107,7 +107,7 @@ The current schema object for the designer. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/IDataSourceDesigner.xml b/xml/System.Web.UI.Design/IDataSourceDesigner.xml index f671cf41950..8f979b6176d 100644 --- a/xml/System.Web.UI.Design/IDataSourceDesigner.xml +++ b/xml/System.Web.UI.Design/IDataSourceDesigner.xml @@ -25,13 +25,13 @@ In most cases, implement your custom designer for a data source by deriving it from the class. Data sources whose associated designer does not derive from are displayed in the component tray. The class implements the interface and provides 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, 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)). ]]> - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design/IDataSourceFieldSchema.xml b/xml/System.Web.UI.Design/IDataSourceFieldSchema.xml index 50da5c39e8c..7e91d063253 100644 --- a/xml/System.Web.UI.Design/IDataSourceFieldSchema.xml +++ b/xml/System.Web.UI.Design/IDataSourceFieldSchema.xml @@ -25,7 +25,7 @@ - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design/IDataSourceSchema.xml b/xml/System.Web.UI.Design/IDataSourceSchema.xml index a2ee34fe3b2..0e6f80df6d1 100644 --- a/xml/System.Web.UI.Design/IDataSourceSchema.xml +++ b/xml/System.Web.UI.Design/IDataSourceSchema.xml @@ -26,7 +26,7 @@ - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design/IDataSourceViewSchema.xml b/xml/System.Web.UI.Design/IDataSourceViewSchema.xml index b8cad7fac57..182bdee785b 100644 --- a/xml/System.Web.UI.Design/IDataSourceViewSchema.xml +++ b/xml/System.Web.UI.Design/IDataSourceViewSchema.xml @@ -24,7 +24,7 @@ - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design/IDesignTimeResourceProviderFactoryService.xml b/xml/System.Web.UI.Design/IDesignTimeResourceProviderFactoryService.xml index 7c3e3cfc7f7..e2ce3cee934 100644 --- a/xml/System.Web.UI.Design/IDesignTimeResourceProviderFactoryService.xml +++ b/xml/System.Web.UI.Design/IDesignTimeResourceProviderFactoryService.xml @@ -15,7 +15,7 @@ Provides an interface for creating a custom class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -41,7 +41,7 @@ A design time resource provider factory. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/IDesignTimeResourceWriter.xml b/xml/System.Web.UI.Design/IDesignTimeResourceWriter.xml index a35646d6a86..0f8016c9374 100644 --- a/xml/System.Web.UI.Design/IDesignTimeResourceWriter.xml +++ b/xml/System.Web.UI.Design/IDesignTimeResourceWriter.xml @@ -22,7 +22,7 @@ Used by the class to localize data at design time. To be added. Localizing ASP.NET Web Pages Using Resources - Extending Design-Time Support + Extending Design-Time Support @@ -52,7 +52,7 @@ The key used to write or retrieve from . To be added. Localizing ASP.NET Web Pages Using Resources - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design/IDocumentProjectItem.xml b/xml/System.Web.UI.Design/IDocumentProjectItem.xml index deca7e1738b..4a33837ef38 100644 --- a/xml/System.Web.UI.Design/IDocumentProjectItem.xml +++ b/xml/System.Web.UI.Design/IDocumentProjectItem.xml @@ -15,7 +15,7 @@ Provides an interface for accessing a document item retrieved from a design host at design time. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -41,7 +41,7 @@ A object. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -66,7 +66,7 @@ Opens a document item that is retrieved from the design host. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/IFolderProjectItem.xml b/xml/System.Web.UI.Design/IFolderProjectItem.xml index 3c3ae4be54a..6c86360ca00 100644 --- a/xml/System.Web.UI.Design/IFolderProjectItem.xml +++ b/xml/System.Web.UI.Design/IFolderProjectItem.xml @@ -14,7 +14,7 @@ Provides an interface for a project folder in a design host, such as Visual Studio 2005. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -45,7 +45,7 @@ An representing the added document. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -73,7 +73,7 @@ Creates a new folder in a project folder of a design host, such as [!INCLUDE[vsprvslong](~/includes/vsprvslong-md.md)]. An representing the new folder. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -97,7 +97,7 @@ Gets a collection of items in a project folder in a design host, such as [!INCLUDE[vsprvslong](~/includes/vsprvslong-md.md)]. An containing the items in the project folder of the design host. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/IHierarchicalDataSourceDesigner.xml b/xml/System.Web.UI.Design/IHierarchicalDataSourceDesigner.xml index f14ff283098..47701c8a041 100644 --- a/xml/System.Web.UI.Design/IHierarchicalDataSourceDesigner.xml +++ b/xml/System.Web.UI.Design/IHierarchicalDataSourceDesigner.xml @@ -23,7 +23,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -60,7 +60,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -96,7 +96,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -123,7 +123,7 @@ If you implement the interface to create your own data source and you do not provide configuration functionality, the property should always return and the method should raise a . ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -149,7 +149,7 @@ Typically, when you implement the interface, the event handler calls the method. If the property is , recreate any sample data, and then raise the event again to allow each data-bound control to refresh its markup. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -177,7 +177,7 @@ The named data source view that is associated with the data source control. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -210,7 +210,7 @@ Typically, if the is called by the design host as a result of user action, the parameter would be , because the user would expect to be notified of any problems with refreshing the schema. But, if the schema is refreshed implicitly, such as after a call to the method, or if the refreshing process involves a number of steps, should be set to . ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -235,7 +235,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -258,7 +258,7 @@ Occurs when the fields or data of the underlying data source have changed. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -293,7 +293,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design/IProjectItem.xml b/xml/System.Web.UI.Design/IProjectItem.xml index 3779f3c0fc3..fff0e8eab50 100644 --- a/xml/System.Web.UI.Design/IProjectItem.xml +++ b/xml/System.Web.UI.Design/IProjectItem.xml @@ -15,7 +15,7 @@ Provides an interface for an item that is retrieved at design time from a design host, such as Visual Studio 2005. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -39,7 +39,7 @@ Gets the URL for the item relative to the design host. The relative URL. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -63,7 +63,7 @@ Gets the name of the item. The name of the item. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -87,7 +87,7 @@ Gets a reference to the containing item, if any. An , if the current item is contained within another item; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -118,7 +118,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/IWebAdministrationService.xml b/xml/System.Web.UI.Design/IWebAdministrationService.xml index 0a0234423a9..edd327c6801 100644 --- a/xml/System.Web.UI.Design/IWebAdministrationService.xml +++ b/xml/System.Web.UI.Design/IWebAdministrationService.xml @@ -21,7 +21,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support @@ -47,7 +47,7 @@ An . Starts the Web administration facility in the design host. To be added. - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design/IWebApplication.xml b/xml/System.Web.UI.Design/IWebApplication.xml index 30a34ea37e9..eea7bea73d9 100644 --- a/xml/System.Web.UI.Design/IWebApplication.xml +++ b/xml/System.Web.UI.Design/IWebApplication.xml @@ -23,7 +23,7 @@ Provides an interface for accessing a Web application in a design host, such as Microsoft Visual Studio 2005, at design time. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -51,7 +51,7 @@ A project item from a design host based on its URL. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -80,7 +80,7 @@ An object representing the current Web application in the design host. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -104,7 +104,7 @@ The root project item from the design host. To be added. - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design/IWebFormsBuilderUIService.xml b/xml/System.Web.UI.Design/IWebFormsBuilderUIService.xml index 7af5f07c077..d8375efa2f2 100644 --- a/xml/System.Web.UI.Design/IWebFormsBuilderUIService.xml +++ b/xml/System.Web.UI.Design/IWebFormsBuilderUIService.xml @@ -16,7 +16,7 @@ Provides methods to start specific user interfaces for building properties at design-time. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -55,7 +55,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -95,7 +95,7 @@ A string that contains the URL returned by the . To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/SkinIDTypeConverter.xml b/xml/System.Web.UI.Design/SkinIDTypeConverter.xml index b5c17c01e68..9e2a18edc23 100644 --- a/xml/System.Web.UI.Design/SkinIDTypeConverter.xml +++ b/xml/System.Web.UI.Design/SkinIDTypeConverter.xml @@ -17,7 +17,7 @@ Provides a list of valid skin IDs for a control at design time, based on the currently applicable theme. To be added. - Extending Design-Time Support + Extending Design-Time Support ASP.NET Themes Overview @@ -42,7 +42,7 @@ Initializes a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support ASP.NET Themes Overview @@ -73,7 +73,7 @@ , if the conversion can be made; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support ASP.NET Themes Overview @@ -104,7 +104,7 @@ , if a conversion can be made; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support ASP.NET Themes Overview @@ -136,7 +136,7 @@ Converts the given string to a object using the specified context and culture information. An object that can be cast as a object, if the conversion can be made; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support ASP.NET Themes Overview @@ -170,7 +170,7 @@ Converts the given object to a string using the specified context and culture information. An object that represents the converted value. To be added. - Extending Design-Time Support + Extending Design-Time Support ASP.NET Themes Overview @@ -198,7 +198,7 @@ Returns a set of objects that can be applied to the control that is represented by the given format context. A that holds a set of objects; otherwise, , if the control does not support skins. To be added. - Extending Design-Time Support + Extending Design-Time Support ASP.NET Themes Overview @@ -227,7 +227,7 @@ , if should be called to find a common set of values the object supports; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support ASP.NET Themes Overview diff --git a/xml/System.Web.UI.Design/TemplateDefinition.xml b/xml/System.Web.UI.Design/TemplateDefinition.xml index e26d6a96ddb..f8c74e07c8c 100644 --- a/xml/System.Web.UI.Design/TemplateDefinition.xml +++ b/xml/System.Web.UI.Design/TemplateDefinition.xml @@ -38,7 +38,7 @@ - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -50,7 +50,7 @@ Initializes a new instance of the class. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -92,7 +92,7 @@ is . - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -136,7 +136,7 @@ is . - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -179,7 +179,7 @@ is . - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -219,7 +219,7 @@ is . - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -251,7 +251,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -275,7 +275,7 @@ Gets or sets the HTML markup representing the content of the template. HTML markup for the content of the template. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -305,7 +305,7 @@ if content is limited to Web server controls; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -341,7 +341,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -374,7 +374,7 @@ if the template supports data binding; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -410,7 +410,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -439,7 +439,7 @@ Retrieves the property name for the template that the design host should display in the property grid. The name of the template as it should appear in the **Properties** list of the design host. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/TemplateGroup.xml b/xml/System.Web.UI.Design/TemplateGroup.xml index 5bec8f7a3be..6e54c96a8fa 100644 --- a/xml/System.Web.UI.Design/TemplateGroup.xml +++ b/xml/System.Web.UI.Design/TemplateGroup.xml @@ -33,7 +33,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -45,7 +45,7 @@ Initializes a new instance of the class. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -74,7 +74,7 @@ The name of the group. Initializes a new instance of the class, using the provided name. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -105,7 +105,7 @@ A object to be applied to templates in the group. Initializes a new instance of the class, using the provided name and style. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -131,7 +131,7 @@ A . Adds the provided to the group. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -160,7 +160,7 @@ Gets the name of the group. The name of the group. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -189,7 +189,7 @@ Gets the current style for the group. The for the group if set; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -215,7 +215,7 @@ if there are no templates in the group; otherwise . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -240,7 +240,7 @@ An array of objects. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/TemplateGroupCollection.xml b/xml/System.Web.UI.Design/TemplateGroupCollection.xml index b21fb1b9c64..a1eee4670b6 100644 --- a/xml/System.Web.UI.Design/TemplateGroupCollection.xml +++ b/xml/System.Web.UI.Design/TemplateGroupCollection.xml @@ -70,7 +70,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -103,7 +103,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -142,7 +142,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -179,7 +179,7 @@ is . ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -214,7 +214,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -254,7 +254,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -305,7 +305,7 @@ is . ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -340,7 +340,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -379,7 +379,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -426,7 +426,7 @@ is greater than the property. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -470,7 +470,7 @@ is greater than the property. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -514,7 +514,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -561,7 +561,7 @@ is greater than the property. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -599,7 +599,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -639,7 +639,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -677,7 +677,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -714,7 +714,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -749,7 +749,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -787,7 +787,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -826,7 +826,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -865,7 +865,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -903,7 +903,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -942,7 +942,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -978,7 +978,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1014,7 +1014,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1058,7 +1058,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1095,7 +1095,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1137,7 +1137,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/TemplatedEditableDesignerRegion.xml b/xml/System.Web.UI.Design/TemplatedEditableDesignerRegion.xml index 8b6b18363aa..8f9b3c97f61 100644 --- a/xml/System.Web.UI.Design/TemplatedEditableDesignerRegion.xml +++ b/xml/System.Web.UI.Design/TemplatedEditableDesignerRegion.xml @@ -18,7 +18,7 @@ Defines an editable region of content within the design-time markup for the associated control. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -41,7 +41,7 @@ A instance for the template to edit. Initializes a new instance of the class using the provided template definition. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -74,7 +74,7 @@ if the template appears only once; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -100,7 +100,7 @@ if the template represented by the region can be bound to a data source; otherwise, . To be added. An attempt was made to set this property. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -129,7 +129,7 @@ Gets a object describing the template that is referenced by the region. A object. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/TransactedChangeCallback.xml b/xml/System.Web.UI.Design/TransactedChangeCallback.xml index 69ea7bead67..2423b77af00 100644 --- a/xml/System.Web.UI.Design/TransactedChangeCallback.xml +++ b/xml/System.Web.UI.Design/TransactedChangeCallback.xml @@ -34,7 +34,7 @@ - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode \ No newline at end of file diff --git a/xml/System.Web.UI.Design/TypeSchema.xml b/xml/System.Web.UI.Design/TypeSchema.xml index e61c946ef0f..81e082cfaf9 100644 --- a/xml/System.Web.UI.Design/TypeSchema.xml +++ b/xml/System.Web.UI.Design/TypeSchema.xml @@ -32,7 +32,7 @@ - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design/UserControlDesigner.xml b/xml/System.Web.UI.Design/UserControlDesigner.xml index be65318726c..ccbe068f9da 100644 --- a/xml/System.Web.UI.Design/UserControlDesigner.xml +++ b/xml/System.Web.UI.Design/UserControlDesigner.xml @@ -107,7 +107,7 @@ . To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -134,7 +134,7 @@ To be added. The property of a child control is empty or . ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design/UserControlFileEditor.xml b/xml/System.Web.UI.Design/UserControlFileEditor.xml index d509a620c00..c026a61f4b5 100644 --- a/xml/System.Web.UI.Design/UserControlFileEditor.xml +++ b/xml/System.Web.UI.Design/UserControlFileEditor.xml @@ -17,7 +17,7 @@ Provides a dialog box for selecting files to edit at design time. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -42,7 +42,7 @@ Initializes a new instance of the class. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -66,7 +66,7 @@ Gets the caption for the dialog box. The caption for the editor window. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -90,7 +90,7 @@ Gets the file name filter string used to determine the items that appear in the file list of the dialog box. A string that filters the list of files available in the dialog box, such as "*.txt". To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/ViewFlags.xml b/xml/System.Web.UI.Design/ViewFlags.xml index bb09bfcbb56..ed5b9b662df 100644 --- a/xml/System.Web.UI.Design/ViewFlags.xml +++ b/xml/System.Web.UI.Design/ViewFlags.xml @@ -22,7 +22,7 @@ Indicates which features are enabled with the method of a designer. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/ViewRendering.xml b/xml/System.Web.UI.Design/ViewRendering.xml index 4b0abccb2b7..aef3d945bb6 100644 --- a/xml/System.Web.UI.Design/ViewRendering.xml +++ b/xml/System.Web.UI.Design/ViewRendering.xml @@ -17,7 +17,7 @@ Contains the design-time markup for content and regions. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -58,7 +58,7 @@ Initializes a new instance of the class by using the specified content and regions. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -113,7 +113,7 @@ Gets the design-time HTML markup. The HTML markup to display at design time. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -139,7 +139,7 @@ To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/WebFormsDesignerActionService.xml b/xml/System.Web.UI.Design/WebFormsDesignerActionService.xml index 9d455787a39..c3fe9da3281 100644 --- a/xml/System.Web.UI.Design/WebFormsDesignerActionService.xml +++ b/xml/System.Web.UI.Design/WebFormsDesignerActionService.xml @@ -17,7 +17,7 @@ Establishes a design-time service that manages the collection of objects for a component. To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -46,7 +46,7 @@ A reference to the design host. Creates a new instance of the class using the provided reference to the design host. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -74,7 +74,7 @@ The to add the associated smart tags to. Gets the smart-tag item lists that are associated with a component. To be added. - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI.Design/WebFormsRootDesigner.xml b/xml/System.Web.UI.Design/WebFormsRootDesigner.xml index 1c2e3fb0771..00d1ad38483 100644 --- a/xml/System.Web.UI.Design/WebFormsRootDesigner.xml +++ b/xml/System.Web.UI.Design/WebFormsRootDesigner.xml @@ -45,7 +45,7 @@ - The , , , , and methods. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -71,7 +71,7 @@ Initializes a new instance of the class. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -100,7 +100,7 @@ To be added. ASP.NET Control Designers Overview Client Script in ASP.NET Web Pages - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -140,7 +140,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -180,7 +180,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -218,7 +218,7 @@ ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -245,7 +245,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -270,7 +270,7 @@ The culture information for the current thread. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -299,7 +299,7 @@ Releases the unmanaged resources that are used by the and optionally releases the managed resources. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -324,7 +324,7 @@ The URL at which the Web Forms page is located; otherwise, , if the Web Forms page has no associated URL. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -349,7 +349,7 @@ Frees the resources of the current object before it is reclaimed by the garbage collector. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -384,7 +384,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -428,7 +428,7 @@ HTML markup for a control and exception information. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -454,7 +454,7 @@ An object that contains all client script items that are on the page. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -485,7 +485,7 @@ When overridden in a derived class, returns both the current design-time view and the HTML markup for the specified control. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -514,7 +514,7 @@ The requested service; otherwise, , if the service cannot be resolved. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -545,7 +545,7 @@ An object containing the current view of the component. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -576,7 +576,7 @@ Initializes the object using the specified component. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -601,7 +601,7 @@ , if the designer view is locked; otherwise, . To be added. - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -627,7 +627,7 @@ , if the Web Forms page is loading; otherwise, . To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -652,7 +652,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -681,7 +681,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -712,7 +712,7 @@ Allows a designer to change or remove items from the set of attributes that the designer exposes through a object. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -743,7 +743,7 @@ Allows a designer to change or remove items from the set of events that the designer exposes through a object. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -774,7 +774,7 @@ Allows a designer to change or remove items from the set of properties that the designer exposes through a object. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -805,7 +805,7 @@ Allows a designer to add to the set of attributes that the designer exposes through a object. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -836,7 +836,7 @@ Allows a designer to add items to the set of events that the designer exposes through a object. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -867,7 +867,7 @@ Allows a designer to add items to the set of properties that the designer exposes through a object. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -892,7 +892,7 @@ A containing information about the current Web Forms page. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -921,7 +921,7 @@ To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -948,7 +948,7 @@ When overridden in a derived class, removes the specified control from the Web Forms page. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -979,7 +979,7 @@ is . ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1008,7 +1008,7 @@ Sets the property of the specified control with the specified string. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1036,7 +1036,7 @@ An array of supported values. To be added. ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1069,7 +1069,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1109,7 +1109,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -1150,7 +1150,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1192,7 +1192,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1234,7 +1234,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1276,7 +1276,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1318,7 +1318,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1360,7 +1360,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1402,7 +1402,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1442,7 +1442,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support @@ -1475,7 +1475,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode @@ -1512,7 +1512,7 @@ ]]> ASP.NET Control Designers Overview - Extending Design-Time Support + Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode diff --git a/xml/System.Web.UI.Design/XmlDocumentSchema.xml b/xml/System.Web.UI.Design/XmlDocumentSchema.xml index 69b5d5347c4..1ac9fb8ce99 100644 --- a/xml/System.Web.UI.Design/XmlDocumentSchema.xml +++ b/xml/System.Web.UI.Design/XmlDocumentSchema.xml @@ -38,7 +38,7 @@ - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI/DesignTimeTemplateParser.xml b/xml/System.Web.UI/DesignTimeTemplateParser.xml index 0110fcadba5..b7dafa5c8fb 100644 --- a/xml/System.Web.UI/DesignTimeTemplateParser.xml +++ b/xml/System.Web.UI/DesignTimeTemplateParser.xml @@ -26,7 +26,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support @@ -55,7 +55,7 @@ The built object. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -88,7 +88,7 @@ An array of built objects. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -117,7 +117,7 @@ The from the parser that parsed the template. To be added. - Extending Design-Time Support + Extending Design-Time Support @@ -150,7 +150,7 @@ To be added. An error occurred while parsing the theme. - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Web.UI/TemplateBuilder.xml b/xml/System.Web.UI/TemplateBuilder.xml index 2ca198b6a69..89358d7dce7 100644 --- a/xml/System.Web.UI/TemplateBuilder.xml +++ b/xml/System.Web.UI/TemplateBuilder.xml @@ -172,7 +172,7 @@ ]]> - Extending Design-Time Support + Extending Design-Time Support Introduction to ASP.NET Control Designers Walkthrough: Creating a Basic Control Designer for a Web Server Control diff --git a/xml/System.Windows.Forms.Design.Behavior/SnapLine.xml b/xml/System.Windows.Forms.Design.Behavior/SnapLine.xml index 531ce40802f..bc2d8160230 100644 --- a/xml/System.Windows.Forms.Design.Behavior/SnapLine.xml +++ b/xml/System.Windows.Forms.Design.Behavior/SnapLine.xml @@ -57,7 +57,7 @@ - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Windows.Forms.Design/ComponentDocumentDesigner.xml b/xml/System.Windows.Forms.Design/ComponentDocumentDesigner.xml index 466784acfbc..a791424f77e 100644 --- a/xml/System.Windows.Forms.Design/ComponentDocumentDesigner.xml +++ b/xml/System.Windows.Forms.Design/ComponentDocumentDesigner.xml @@ -46,7 +46,7 @@ > [!NOTE] > The root-level design mode view for a or is typically provided by a built-in root designer. A custom implementation is required to provide a view for other types of root components in design mode. - You can associate a designer with a type using a . 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 . 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)). ]]> @@ -54,7 +54,7 @@ - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Windows.Forms.Design/ControlDesigner.xml b/xml/System.Windows.Forms.Design/ControlDesigner.xml index 26ca74fbc8d..5bf040f5027 100644 --- a/xml/System.Windows.Forms.Design/ControlDesigner.xml +++ b/xml/System.Windows.Forms.Design/ControlDesigner.xml @@ -32,7 +32,7 @@ ## Remarks provides a base class for designers of components that derive from . In addition to the methods and functionality inherited from the class, provides additional methods to support extending and altering the behavior of an associated at design time. - You can associate a designer with a type using a . 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 . 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)). @@ -50,7 +50,7 @@ - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Windows.Forms.Design/DocumentDesigner.xml b/xml/System.Windows.Forms.Design/DocumentDesigner.xml index 01127cb0bc4..1f91b40d9b5 100644 --- a/xml/System.Windows.Forms.Design/DocumentDesigner.xml +++ b/xml/System.Windows.Forms.Design/DocumentDesigner.xml @@ -48,7 +48,7 @@ ## Remarks This designer is a root designer, meaning that it provides the root-level design mode view for the associated document when it is viewed in design mode. - You can associate a designer with a type using a . 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 . 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)). ]]> diff --git a/xml/System.Windows.Forms.Design/ParentControlDesigner.xml b/xml/System.Windows.Forms.Design/ParentControlDesigner.xml index 945e362d2d9..9dab459d3e4 100644 --- a/xml/System.Windows.Forms.Design/ParentControlDesigner.xml +++ b/xml/System.Windows.Forms.Design/ParentControlDesigner.xml @@ -32,7 +32,7 @@ ## Remarks provides a base class for designers of controls that can contain child controls. In addition to the methods and functionality inherited from the and classes, enables child controls to be added to, removed from, selected within, and arranged within the control whose behavior it extends at design time. - You can associate a designer with a type using a . 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 . 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)). @@ -50,7 +50,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -79,7 +79,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -114,7 +114,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -154,7 +154,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -187,7 +187,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -227,7 +227,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -317,7 +317,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -361,7 +361,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -420,7 +420,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -472,7 +472,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -522,7 +522,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -585,7 +585,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -625,7 +625,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -677,7 +677,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -712,7 +712,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -746,7 +746,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -783,7 +783,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -826,7 +826,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -869,7 +869,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -905,7 +905,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -954,7 +954,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -989,7 +989,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -1032,7 +1032,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -1068,7 +1068,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -1114,7 +1114,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -1157,7 +1157,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -1199,7 +1199,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -1242,7 +1242,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -1278,7 +1278,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -1314,7 +1314,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -1350,7 +1350,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -1425,7 +1425,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -1469,7 +1469,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -1517,7 +1517,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -1625,7 +1625,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -1665,7 +1665,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -1708,7 +1708,7 @@ - Extending Design-Time Support + Extending Design-Time Support @@ -1741,7 +1741,7 @@ - Extending Design-Time Support + Extending Design-Time Support diff --git a/xml/System.Windows.Forms.Design/ScrollableControlDesigner.xml b/xml/System.Windows.Forms.Design/ScrollableControlDesigner.xml index 7024a6403bc..d15650edffb 100644 --- a/xml/System.Windows.Forms.Design/ScrollableControlDesigner.xml +++ b/xml/System.Windows.Forms.Design/ScrollableControlDesigner.xml @@ -35,7 +35,7 @@ > [!NOTE] > If a form has its property set to active, the scroll bars are always active in the design-time environment. - You can associate a designer with a type using a . 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 . 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)). ]]> @@ -45,7 +45,7 @@ - Extending Design-Time Support + Extending Design-Time Support