8000 update WinForms link URLs (#11398) · dotnet/dotnet-api-docs@29e6d26 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29e6d26

Browse files
authored
update WinForms link URLs (#11398)
1 parent 86e6664 commit 29e6d26

File tree

186 files changed

+20866
-20868
lines changed
  • System.Windows.Forms.Design.Behavior
  • System.Windows.Forms.Integration
  • System.Xml.Serialization
  • Some content is hidden

    Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

    186 files changed

    +20866
    -20868
    lines changed

    xml/Microsoft.VisualBasic.Compatibility.VB6/DirListBox.xml

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

    xml/Microsoft.VisualBasic.Compatibility.VB6/DriveListBox.x 10000 ml

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

    xml/Microsoft.VisualBasic.Compatibility.VB6/FileListBox.xml

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

    xml/Microsoft.VisualBasic.Compatibility.VB6/Support.xml

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

    xml/Microsoft.VisualBasic.Devices/Ports.xml

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

    xml/Microsoft.VisualBasic.MyServices/ClipboardProxy.xml

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

    xml/System.Configuration/ApplicationScopedSettingAttribute.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -53,7 +53,7 @@
    5353
    <altmember cref="T:System.Configuration.ApplicationSettingsBase" />
    5454
    <altmember cref="T:System.Configuration.SettingsProvider" />
    5555
    <altmember cref="T:System.Configuration.ConfigurationErrorsException" />
    56-
    <related type="Article" href="/dotnet/framework/winforms/advanced/application-settings-architecture">Application Settings Architecture</related>
    56+
    <related type="Article" href="/dotnet/desktop/winforms/advanced/application-settings-architecture">Application Settings Architecture</related>
    5757
    </Docs>
    5858
    <Members>
    5959
    <Member MemberName=".ctor">

    xml/System.Configuration/ApplicationSettingsBase.xml

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

    xml/System.Configuration/ClientSettingsSection.xml

    Lines changed: 20 additions & 20 deletions
    Original file line numberDiff line numberDiff line change
    @@ -33,21 +33,21 @@
    3333
    <Docs>
    3434
    <summary>Represents a group of user-scoped application settings in a configuration file.</summary>
    3535
    <remarks>
    36-
    <format type="text/markdown"><![CDATA[
    37-
    38-
    ## Remarks
    39-
    The .NET Framework contains a single default settings provider, <xref:System.Configuration.LocalFileSettingsProvider>, which stores configuration data to the local file system in files with the extension `.config`. The contents of configuration files are structured as XML documents. User-scoped settings are persisted in a file with the name `username.config`. Within this file, data is stored as elements within a `<userSettings>` section. Each of these sections is represented by a corresponding <xref:System.Configuration.ClientSettingsSection>. Each section object is owned and administered by a configuration section handler, which is an <xref:System.Configuration.IConfigurationSectionHandler>.
    40-
    41-
    The <xref:System.Configuration.ClientSettingsSection> class represents a simple extension of the <xref:System.Configuration.ConfigurationSection> class, which is used in the .NET Framework support for general configuration files.
    42-
    43-
    For more information about application settings, see the topic [Application Settings for Windows Forms](/dotnet/framework/winforms/advanced/application-settings-for-windows-forms).
    44-
    36+
    <format type="text/markdown"><![CDATA[
    37+
    38+
    ## Remarks
    39+
    The .NET Framework contains a single default settings provider, <xref:System.Configuration.LocalFileSettingsProvider>, which stores configuration data to the local file system in files with the extension `.config`. The contents of configuration files are structured as XML documents. User-scoped settings are persisted in a file with the name `username.config`. Within this file, data is stored as elements within a `<userSettings>` section. Each of these sections is represented by a corresponding <xref:System.Configuration.ClientSettingsSection>. Each section object is owned and administered by a configuration section handler, which is an <xref:System.Configuration.IConfigurationSectionHandler>.
    40+
    41+
    The <xref:System.Configuration.ClientSettingsSection> class represents a simple extension of the <xref:System.Configuration.ConfigurationSection> class, which is used in the .NET Framework support for general configuration files.
    42+
    43+
    For more information about application settings, see the topic [Application Settings for Windows Forms](/dotnet/desktop/winforms/advanced/application-settings-for-windows-forms).
    44+
    4545
    ]]></format>
    4646
    </remarks>
    4747
    <altmember cref="T:System.Configuration.LocalFileSettingsProvider" />
    4848
    <altmember cref="T:System.Configuration.AppSettingsSection" />
    4949
    <altmember cref="T:System.Configuration.IConfigurationSectionHandler" />
    50-
    <related type="Article" href="/dotnet/framework/winforms/advanced/application-settings-for-windows-forms">Application Settings for Windows Forms</related>
    50+
    <related type="Article" href="/dotnet/desktop/winforms/advanced/application-settings-for-windows-forms">Application Settings for Windows Forms</related>
    5151
    </Docs>
    5252
    <Members>
    5353
    <Member MemberName=".ctor">
    @@ -83,11 +83,11 @@
    8383
    <Docs>
    8484
    <summary>Initializes a new instance of the <see cref="T:System.Configuration.ClientSettingsSection" /> class.</summary>
    8585
    <remarks>
    86-
    <format type="text/markdown"><![CDATA[
    87-
    88-
    ## Remarks
    89-
    The default <xref:System.Configuration.ClientSettingsSection.%23ctor%2A> constructor initializes the <xref:System.Configuration.ClientSettingsSection.Settings%2A> property.
    90-
    86+
    <format type="text/markdown"><![CDATA[
    87+
    88+
    ## Remarks
    89+
    The default <xref:System.Configuration.ClientSettingsSection.%23ctor%2A> constructor initializes the <xref:System.Configuration.ClientSettingsSection.Settings%2A> property.
    90+
    9191
    ]]></format>
    9292
    </remarks>
    9393
    <altmember cref="P:System.Configuration.ClientSettingsSection.Settings" />
    @@ -172,11 +172,11 @@
    172172
    <summary>Gets the collection of client settings for the section.</summary>
    173173
    <value>A <see cref="T:System.Configuration.SettingElementCollection" /> containing all the client settings found in the current configuration section.</value>
    174174
    <remarks>
    175-
    <format type="text/markdown"><![CDATA[
    176-
    177-
    ## Remarks
    178-
    The <xref:System.Configuration.ClientSettingsSection.Settings%2A> property is itself a configuration property.
    179-
    175+
    <format type="text/markdown"><![CDATA[
    176+
    177+
    ## Remarks
    178+
    The <xref:System.Configuration.ClientSettingsSection.Settings%2A> property is itself a configuration property.
    179+
    180180
    ]]></format>
    181181
    </remarks>
    182182
    <altmember cref="T:System.Configuration.ConfigurationPropertyAttribute" />

    xml/System.Configuration/DefaultSettingValueAttribute.xml

    Lines changed: 36 additions & 36 deletions
    Original file line numberDiff line numberDiff line change
    @@ -38,37 +38,37 @@
    3838
    <Docs>
    3939
    <summary>Specifies the default value for an application settings property.</summary>
    4040
    <remarks>
    41-
    <format type="text/markdown"><![CDATA[
    42-
    43-
    ## Remarks
    44-
    41+
    <format type="text/markdown"><![CDATA[
    42+
    43+
    ## Remarks
    44+
    4545
    > [!IMPORTANT]
    46-
    > <xref:System.Configuration.DefaultSettingValueAttribute> can only be applied to individual settings properties; it is invalid to apply this attribute to an entire application settings class.
    47-
    48-
    Different settings providers may have different requirements or limitations on the use of the <xref:System.Configuration.DefaultSettingValueAttribute>. For example, the <xref:System.Configuration.LocalFileSettingsProvider> does not require this attribute, and will override any value provided by this attribute if there are any values - default or user-modified - already present in the data store.
    49-
    50-
    <xref:System.Configuration.DefaultSettingValueAttribute> requires that the default value can be represented as a string. As a result, settings using XML serialization cannot have a default value specified by means of this attribute. Some providers may choose to support multiple serialization schemes which can be specified at compile time using the <xref:System.Configuration.SettingsSerializeAsAttribute>.
    51-
    46+
    > <xref:System.Configuration.DefaultSettingValueAttribute> can only be applied to individual settings properties; it is invalid to apply this attribute to an entire application settings class.
    47+
    48+
    Different settings providers may have different requirements or limitations on the use of the <xref:System.Configuration.DefaultSettingValueAttribute>. For example, the <xref:System.Configuration.LocalFileSettingsProvider> does not require this attribute, and will override any value provided by this attribute if there are any values - default or user-modified - already present in the data store.
    49+
    50+
    <xref:System.Configuration.DefaultSettingValueAttribute> requires that the default value can be represented as a string. As a result, settings using XML serialization cannot have a default value specified by means of this attribute. Some providers may choose to support multiple serialization schemes which can be specified at compile time using the <xref:System.Configuration.SettingsSerializeAsAttribute>.
    51+
    5252
    > [!CAUTION]
    53-
    > The default values specified by this attribute are stored as plain text in the resultant compiled .exe or .dll file. Therefore these default values are inherently insecure.
    54-
    55-
    56-
    57-
    ## Examples
    58-
    The following code example demonstrates the use of the <xref:System.Configuration.DefaultSettingValueAttribute> applied to three of the four properties of the `FormSettings` wrapper class, which is derived from the <xref:System.Configuration.ApplicationSettingsBase> class. This class is used to persist the location, size, background color, and text of form. The first three of these form properties have default values associated with them.
    59-
    60-
    The full code example is listed in the <xref:System.Configuration.ApplicationSettingsBase> class overview.
    61-
    53+
    > The default values specified by this attribute are stored as plain text in the resultant compiled .exe or .dll file. Therefore these default values are inherently insecure.
    54+
    55+
    56+
    57+
    ## Examples
    58+
    The following code example demonstrates the use of the <xref:System.Configuration.DefaultSettingValueAttribute> applied to three of the four properties of the `FormSettings` wrapper class, which is derived from the <xref:System.Configuration.ApplicationSettingsBase> class. This class is used to persist the location, size, background color, and text of form. The first three of these form properties have default values associated with them.
    59+
    60+
    The full code example is listed in the <xref:System.Configuration.ApplicationSettingsBase> class overview.
    61+
    6262
    :::code language="cpp" source="~/snippets/cpp/VS_Snippets_Winforms/AppSettingsSample/cpp/AppSettingsSample.cpp" id="Snippet9":::
    6363
    :::code language="csharp" source="~/snippets/csharp/System.Configuration/ApplicationSettingsBase/Overview/AppSettingsSample.cs" id="Snippet9":::
    64-
    :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Winforms/AppSettingsSample/VB/Form1.vb" id="Snippet9":::
    65-
    64+
    :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Winforms/AppSettingsSample/VB/Form1.vb" id="Snippet9":::
    65+
    6666
    ]]></format>
    6767
    </remarks>
    6868
    <altmember cref="T:System.Configuration.SettingsProvider" />
    6969
    <altmember cref="T:System.Configuration.LocalFileSettingsProvider" />
    7070
    <altmember cref="T:System.Configuration.SettingsSerializeAsAttribute" />
    71-
    <related type="Article" href="/dotnet/framework/winforms/advanced/application-settings-for-windows-forms">Application Settings for Windows Forms</related>
    71+
    <related type="Article" href="/dotnet/desktop/winforms/advanced/application-settings-for-windows-forms">Application Settings for Windows Forms</related>
    7272
    </Docs>
    7373
    <Members>
    7474
    <Member MemberName=".ctor">
    @@ -108,14 +108,14 @@
    108108
    <param name="value">A <see cref="T:System.String" /> that represents the default value for the property.</param>
    109109
    <summary>Initializes an instance of the <see cref="T:System.Configuration.DefaultSettingValueAttribute" /> class.</summary>
    110110
    <remarks>
    111-
    <format type="text/markdown"><![CDATA[
    112-
    113-
    ## Remarks
    114-
    The supplied string must be a value that is compatible with the available serialization mechanism associated with the property type. For example, if the property is of type <xref:System.Drawing.Color>, then a `value` of `"Azure"` would be valid.
    115-
    111+
    <format type="text/markdown"><![CDATA[
    112+
    113+
    ## Remarks
    114+
    The supplied string must be a value that is compatible with the available serialization mechanism associated with the property type. For example, if the property is of type <xref:System.Drawing.Color>, then a `value` of `"Azure"` would be valid.
    115+
    116116
    > [!CAUTION]
    117-
    > The default values specified by this attribute are stored as plain text in the resultant compiled .exe or .dll file. Therefore these default values are inherently insecure.
    118-
    117+
    > The default values specified by this attribute are stored as plain text in the resultant compiled .exe or .dll file. Therefore these default values are inherently insecure.
    118+
    119119
    ]]></format>
    120120
    </remarks>
    121121
    <altmember cref="P:System.Configuration.DefaultSettingValueAttribute.Value" />
    @@ -159,13 +159,13 @@
    159159
    <summary>Gets the default value for the application settings property.</summary>
    160160
    <value>A <see cref="T:System.String" /> that represents the default value for the property.</value>
    161161
    <remarks>
    162-
    <format type="text/markdown"><![CDATA[
    163-
    164-
    ## Remarks
    165-
    The <xref:System.Configuration.DefaultSettingValueAttribute.Value%2A> property is set in the <xref:System.Configuration.DefaultSettingValueAttribute.%23ctor%2A> constructor.
    166-
    167-
    Setting providers may support multiple serialization schemes that can be specified with the <xref:System.Configuration.SettingsSerializeAsAttribute>.
    168-
    162+
    <format type="text/markdown"><![CDATA[
    163+
    164+
    ## Remarks
    165+
    The <xref:System.Configuration.DefaultSettingValueAttribute.Value%2A> property is set in the <xref:System.Configuration.DefaultSettingValueAttribute.%23ctor%2A> constructor.
    166+
    167+
    Setting providers may support multiple serialization schemes that can be specified with the <xref:System.Configuration.SettingsSerializeAsAttribute>.
    168+
    169169
    ]]></format>
    170170
    </remarks>
    171171
    <altmember cref="T:System.Configuration.SettingsSerializeAsAttribute" />

    0 commit comments

    Comments
     (0)
    0