All Features of C#, Namespaces Containing Features, Which Namespaces Have Feature Classes

2019年12月15日 76点热度 0人点赞 0条评论
内容目录

The article is continuously being updated.

Features are not concentrated in a specific namespace, but rather different features exist under different namespaces. Features are syntactic sugar provided under a specific namespace.

Which namespaces provide features:

 

Namespace Description
Microsoft.Build.Framework Contains types that define how tasks and loggers interact with the MSBuild engine.
Microsoft.JScript Contains classes that support code compilation and generation using the JScript language.
Microsoft.SqlServer.Server  
Microsoft.VisualBasic  
Microsoft.Vsa  
System.Activities  
System.ComponentModel  
System.ComponentModel.DataAnnotations  
   

 

Microsoft.Build.Framework

Contains types that define how tasks and loggers interact with the MSBuild engine.

Feature

Description

LoadInSeparateAppDomainAttribute

Defines a metadata attribute that MSBuild uses to identify tasks that must be executed in their own application domain.

OutputAttribute  Defines a metadata attribute that task authors use to identify task properties that output data.
 RequiredAttribute  Defines a metadata attribute that task authors use to identify required task properties. When running a task, task properties with this attribute must have a value set.
 RequiredRuntimeAttribute  Defines a metadata attribute that task authors use to specify if the task requires a specific version of the CLR runtime.
RunInMTAAttribute This attribute is used to mark a task class as not explicitly requiring to run in COM's STA.
RunInSTAAttribute This attribute is used to mark a task class as requiring to run in COM's single-threaded apartment.

System.ComponentModel.DataAnnotations

The official description is The namespace provides attributes that define classes for ASP.NET MVC and ASP.NET data controls.

This is something we often encounter during web development. In practical use, we can add this attribute to the properties in the Model of projects like console applications, WinForms, etc., to control property input. However, it doesn't mean that it will take effect in the console; it is just available for use. This will be explained later.

The features in this namespace include common ASP.NET Core data validation attributes such as [Required], [Response], [Phone], etc.

AssociatedMetadataTypeTypeDescriptionProvider

Extends the metadata information of a class by adding attributes and property information defined in an associated class.

AssociationAttribute

Specifies that an entity member represents a data relationship (such as a foreign key relationship).

BindableTypeAttribute

Specifies whether a type is typically used for binding.

CompareAttribute

Provides an attribute used to compare two properties.

ConcurrencyCheckAttribute

Specifies that a property participates in optimistic concurrency checking.

CreditCardAttribute

Specifies that the data field value is a credit card number.

CustomValidationAttribute

Specifies a custom validation method for validating a property or class instance.

DataTypeAttribute

Specifies additional type information to associate with the data field.

DisplayAttribute

Provides a general attribute that allows the specification of a localized string for the type and members of an entity.

DisplayColumnAttribute

Specifies the column to be displayed as the foreign key column in the referenced table.

DisplayFormatAttribute

Specifies how ASP.NET dynamic data displays the data field and sets the format for the data field.

EditableAttribute

Indicates whether the data field is editable.

EmailAddressAttribute

Validates an email address.

EnumDataTypeAttribute

Enables .NET Framework enumerations to be mapped to data columns.

FileExtensionsAttribute

Validates file extensions.

FilterUIHintAttribute

Represents a characteristic used to specify the filtering behavior for columns.

<tr id="System_ComponentModel_DataAnnotations_KeyAttribute" data-moniker=" dotnet-uwp-10.0 netcore-1.0 netcore-1.1 netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span class="lang-csharp break-text" style="font-size: 14px;"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.keyattribute?view=netframework-4.7.2" data-linktype="relative-path">KeyAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="07f38-101">Represents one or more properties that uniquely identify an entity.</span></p>
</td>
</tr>
<tr id="System_ComponentModel_DataAnnotations_MaxLengthAttribute" data-moniker=" dotnet-uwp-10.0 netcore-1.0 netcore-1.1 netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span class="lang-csharp break-text" style="font-size: 14px;"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.maxlengthattribute?view=netframework-4.7.2" data-linktype="relative-path">MaxLengthAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="c60cd-101">Specifies the maximum length of array or string data allowed in a property.</span></p>
</td>
</tr>
<tr id="System_ComponentModel_DataAnnotations_MetadataTypeAttribute" data-moniker=" netcore-3.0 netframework-3.5 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span class="lang-csharp break-text" style="font-size: 14px;"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.metadatatypeattribute?view=netframework-4.7.2" data-linktype="relative-path">MetadataTypeAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="8ae87-101">Specifies the metadata class to associate with a data model class.</span></p>
</td>
</tr>
<tr id="System_ComponentModel_DataAnnotations_MinLengthAttribute" data-moniker=" dotnet-uwp-10.0 netcore-1.0 netcore-1.1 netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span class="lang-csharp break-text" style="font-size: 14px;"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.minlengthattribute?view=netframework-4.7.2" data-linktype="relative-path">MinLengthAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="7a458-101">Specifies the minimum length of array or string data allowed in a property.</span></p>
</td>
</tr>
<tr id="System_ComponentModel_DataAnnotations_PhoneAttribute" data-moniker=" dotnet-uwp-10.0 netcore-1.0 netcore-1.1 netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span class="lang-csharp break-text" style="font-size: 14px;"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.phoneattribute?view=netframework-4.7.2" data-linktype="relative-path">PhoneAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="45994-101">Specifies that the value of a data field is a phone number in a standard format.</span></p>
</td>
</tr>
<tr id="System_ComponentModel_DataAnnotations_RangeAttribute" data-moniker=" dotnet-uwp-10.0 netcore-1.0 netcore-1.1 netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-3.5 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span class="lang-csharp break-text" style="font-size: 14px;"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.rangeattribute?view=netframework-4.7.2" data-linktype="relative-path">RangeAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="6eca9-101">Specifies the numeric range constraints for the value of a data field.</span></p>
</td>
</tr>
<tr id="System_ComponentModel_DataAnnotations_RegularExpressionAttribute" data-moniker=" dotnet-uwp-10.0 netcore-1.0 netcore-1.1 netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-3.5 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span class="lang-csharp break-text" style="font-size: 14px;"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.regularexpressionattribute?view=netframework-4.7.2" data-linktype="relative-path">RegularExpressionAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="43d14-101">Specifies that a data field value must match a specified regular expression in ASP.NET Dynamic Data.</span></p>
</td>
</tr>
<tr id="System_ComponentModel_DataAnnotations_RequiredAttribute" data-moniker=" dotnet-uwp-10.0 netcore-1.0 netcore-1.1 netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-3.5 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span class="lang-csharp break-text" style="font-size: 14px;"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.requiredattribute?view=netframework-4.7.2" data-linktype="relative-path">RequiredAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="74208-101">Specifies that a data field value is required.</span></p>
</td>
</tr>
<tr id="System_ComponentModel_DataAnnotations_ScaffoldColumnAttribute" data-moniker=" dotnet-uwp-10.0 netcore-1.0 netcore-1.1 netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-3.5 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span class="lang-csharp break-text" style="font-size: 14px;"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.scaffoldcolumnattribute?view=netframework-4.7.2" data-linktype="relative-path">ScaffoldColumnAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="d81ab-101">Specifies whether a class or data column uses scaffolding.</span></p>
</td>
</tr>
<tr id="System_ComponentModel_DataAnnotations_ScaffoldTableAttribute" data-moniker=" netframework-3.5 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span class="lang-csharp break-text" style="font-size: 14px;"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.scaffoldtableattribute?view=netframework-4.7.2" data-linktype="relative-path">ScaffoldTableAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="1daa8-101">Specifies whether a class or data table uses scaffolding.</span></p>
</td>
</tr>
<tr id="System_ComponentModel_DataAnnotations_StringLengthAttribute" data-moniker=" dotnet-uwp-10.0 netcore-1.0 netcore-1.1 netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-3.5 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span class="lang-csharp break-text" style="font-size: 14px;"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.stringlengthattribute?view=netframework-4.7.2" data-linktype="relative-path">StringLengthAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="09653-101">Specifies the minimum and maximum length of characters allowed in a data field.</span></p>
</td>
</tr>
<tr id="System_ComponentModel_DataAnnotations_TimestampAttribute" data-moniker=" dotnet-uwp-10.0 netcore-1.0 netcore-1.1 netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span class="lang-csharp break-text" style="font-size: 14px;"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.timestampattribute?view=netframework-4.7.2" data-linktype="relative-path">TimestampAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="b29bc-101">Specifies that the data type of the column is a row version.</span></p>
</td>
</tr>

CategoryAttribute

Specifies the name of the category used to group properties or events when displayed in a PropertyGrid control that is set to "category order" mode.

 


BrowsableAttribute

Specifies whether a property or event should be displayed in the "Properties" window.

ComplexBindingPropertiesAttribute

Specifies the data source and data member properties of a component that supports complex data binding. This class cannot be inherited.

DataObjectAttribute

Identifies a type as being suitable for binding to an ObjectDataSource object. This class cannot be inherited.

DataObjectFieldAttribute

Provides metadata for properties that represent data fields. This class cannot be inherited.

DataObjectMethodAttribute

Identifies a data operation method exposed by a type, the type of operation it performs, and whether it is a default data method. This class cannot be inherited.

DefaultBindingPropertyAttribute

Specifies the default binding property of a component. This class cannot be inherited.

DefaultEventAttribute

Specifies the default event of a component.

DefaultPropertyAttribute

Specifies the default property of a component.

DefaultValueAttribute

Specifies the default value for a property.

DescriptionAttribute

Specifies a description for a property or event.

DesignerAttribute

Specifies the class used to implement design-time services for a component.

</span></p>
</td>
</tr>
<tr id="System_ComponentModel_DesignerCategoryAttribute" data-moniker=" netcore-1.0 netcore-1.1 netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-1.1 netframework-2.0 netframework-3.0 netframework-3.5 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 netstandard-2.0 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span style="font-size: 14px;"><a href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.designercategoryattribute?view=netframework-4.7.2" data-linktype="relative-path">DesignerCategoryAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="87d52-101">Specifies the category to which a class designer belongs.</span></p>
</td>
</tr>
<tr id="System_ComponentModel_DesignerSerializationVisibilityAttribute" data-moniker=" netcore-1.0 netcore-1.1 netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-1.1 netframework-2.0 netframework-3.0 netframework-3.5 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 netstandard-2.0 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span style="font-size: 14px;"><a href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.designerserializationvisibilityattribute?view=netframework-4.7.2" data-linktype="relative-path">DesignerSerializationVisibilityAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="79841-101">Specifies how a property should be persisted when the component is serialized at design time.</span></p>
</td>
</tr>
<tr id="System_ComponentModel_DesignOnlyAttribute" data-moniker=" netcore-1.0 netcore-1.1 netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-1.1 netframework-2.0 netframework-3.0 netframework-3.5 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 netstandard-2.0 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span style="font-size: 14px;"><a href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.designonlyattribute?view=netframework-4.7.2" data-linktype="relative-path">DesignOnlyAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="5a61b-101">Specifies whether a property can only be set at design time.</span></p>
</td>
</tr>
<tr id="System_ComponentModel_DesignTimeVisibleAttribute" data-moniker=" netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-1.1 netframework-2.0 netframework-3.0 netframework-3.5 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 netstandard-2.0 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span style="font-size: 14px;"><a href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.designtimevisibleattribute?view=netframework-4.7.2" data-linktype="relative-path">DesignTimeVisibleAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="d0c67-101"><a href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.designtimevisibleattribute?view=netframework-4.7.2" data-linktype="relative-path">DesignTimeVisibleAttribute</a> marks the visibility of the component. <span data-ttu-id="d0c67-102">If <a href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.designtimevisibleattribute.yes?view=netframework-4.7.2" data-linktype="relative-path">Yes</a> exists, the visual designer will be able to display this component in the designer.</span></span></p>
</td>
</tr>
<tr id="System_ComponentModel_DisplayNameAttribute" data-moniker=" netcore-1.0 netcore-1.1 netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-2.0 netframework-3.0 netframework-3.5 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 netstandard-2.0 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span style="font-size: 14px;"><a href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.displaynameattribute?view=netframework-4.7.2" data-linktype="relative-path">DisplayNameAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="abec8-101">Specifies the display name for a property, event, or public void method that takes no parameters.</span></p>
</td>
</tr>
<tr id="System_ComponentModel_EditorAttribute" data-moniker=" netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-1.1 netframework-2.0 netframework-3.0 netframework-3.5 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 netstandard-2.0 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span style="font-size: 14px;"><a href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.editorattribute?view=netframework-4.7.2" data-linktype="relative-path">EditorAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="77fb9-101">Specifies the editor used to change the property. <span data-ttu-id="77fb9-102">This class cannot be inherited.</span></span></p>
</td>
</tr>
<tr id="System_ComponentModel_EditorBrowsableAttribute" data-moniker=" dotnet-uwp-10.0 netcore-1.0 netcore-1.1 netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-1.1 netframework-2.0 netframework-3.0 netframework-3.5 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 netstandard-1.0 netstandard-1.1 netstandard-1.2 netstandard-1.3 netstandard-1.4 netstandard-1.5 netstandard-1.6 netstandard-2.0 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span style="font-size: 14px;"><a href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.editorbrowsableattribute?view=netframework-4.7.2" data-linktype="relative-path">EditorBrowsableAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="3959b-101">Specifies the properties or methods that are visible in the editor. <span data-ttu-id="3959b-102">This class cannot be inherited.</span></span></p>
</td>
</tr>
<tr id="System_ComponentModel_ExtenderProvidedPropertyAttribute" data-moniker=" netcore-1.0 netcore-1.1 netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-1.1 netframework-2.0 netframework-3.0 netframework-3.5 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 netstandard-2.0 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span style="font-size: 14px;"><a href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.extenderprovidedpropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">ExtenderProvidedPropertyAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="e95e6-101">Specifies a property provided by an extender provider. <span data-ttu-id="e95e6-102">This class cannot be inherited.</span></span></p>
</td>
</tr>
<tr id="System_ComponentModel_ImmutableObjectAttribute" data-moniker=" netcore-1.0 netcore-1.1 netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-1.1 netframework-2.0 netframework-3.0 netframework-3.5 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 netstandard-2.0 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span style="font-size: 14px;"><a href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.immutableobjectattribute?view=netframework-4.7.2" data-linktype="relative-path">ImmutableObjectAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="2de45-101">Specifies that the object has no editable child properties. <span data-ttu-id="2de45-102">This class cannot be inherited.</span></span></p>
</td>
</tr>
<tr id="System_ComponentModel_InheritanceAttribute" data-moniker=" netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-1.1 netframework-2.0 netframework-3.0 netframework-3.5 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 netstandard-2.0 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span style="font-size: 14px;"><a href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.inheritanceattribute?view=netframework-4.7.2" data-linktype="relative-path">InheritanceAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="7d9a7-101">Indicates whether the component associated with this attribute inherits from a base class. <span data-ttu-id="7d9a7-102">This class cannot be inherited.</span></span></p>
</td>
</tr>
<tr id="System_ComponentModel_InitializationEventAttribute" data-moniker=" netcore-1.0 netcore-1.1 netcore-2.0 netcore-2.1 netcore-2.2 netcore-3.0 netframework-2.0 netframework-3.0 netframework-3.5 netframework-4.0 netframework-4.5 netframework-4.5.1 netframework-4.5.2 netframework-4.6 netframework-4.6.1 netframework-4.6.2 netframework-4.7 netframework-4.7.1 netframework-4.7.2 netframework-4.8 netstandard-2.0 xamarinandroid-7.1 xamarinios-10.8 xamarinmac-3.0 ">
<td><span style="font-size: 14px;"><a href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.initializationeventattribute?view=netframework-4.7.2" data-linktype="relative-path">InitializationEventAttribute</a></span></td>
<td>
<p><span style="font-size: 14px;" data-ttu-id="0006e-101">Specifies the event raised during initialization. <span data-ttu-id="0006e-102">This class cannot be inherited.</span></span></p>
</td>
</tr>

InstallerTypeAttribute

Specifies the installer type for a component.

LicenseProviderAttribute

Specifies the LicenseProvider to use with the class. This class cannot be inherited.

ListBindableAttribute

Specifies that a list can be used as a data source. Visual designers should use this attribute to determine if a particular list should be displayed in data binding selectors. This class cannot be inherited.

LocalizableAttribute

Specifies whether a property should be localized. This class cannot be inherited.

LookupBindingPropertiesAttribute

Specifies properties that support lookup-based binding. This class cannot be inherited.

MergablePropertyAttribute

Specifies that the property can be merged with properties of other objects in the "Properties" window.

NotifyParentPropertyAttribute

Indicates that when the value of the property to which this attribute is applied changes, the parent property should be notified. This class cannot be inherited.

ParenthesizePropertyNameAttribute

Indicates whether the name of the associated property should be displayed with parentheses in the "Properties" window. This class cannot be inherited.

PasswordPropertyTextAttribute

Indicates that the text representation of the object is hidden, such as with asterisks. This class cannot be inherited.

PropertyFilterAttribute

Specifies which properties should be reported by the type descriptor, especially by the GetProperties(Object) method.

PropertyTabAttribute

Identifies the property tab to display for the specified class.

ProvidePropertyAttribute

Specifies the name of the property that an implementation of IExtenderProvider provides to other components. This class cannot be inherited.

ReadOnlyAttribute

Specifies whether the property to which this attribute is bound is a read-only property or a read/write property. This class cannot be inherited.

RecommendedAsConfigurableAttribute

Indicates that this property can be used as an application setting.

RefreshPropertiesAttribute

Indicates that the property grid should refresh when the associated property value changes. This class cannot be inherited.

RunInstallerAttribute

Specifies whether to call the Visual Studio custom action installer or Installutil.exe (the Installer Tool) when an assembly is installed.

SettingsBindableAttribute

Specifies when a component property can be bound to application settings.

ToolboxItemAttribute

Represents the attribute for toolbox items.

ToolboxItemFilterAttribute

Specifies the filter string and filter type to use for toolbox items.

TypeConverterAttribute

Specifies which type to use as a converter for the object that this property is bound to.

TypeDescriptionProviderAttribute

Specifies a custom type description provider for the class. This class cannot be inherited.

<p>&nbsp;</p>
<hr />
<h2>&nbsp;</h2>
<h2>All Attribute Classes in C# and Their Detailed Explanation, Usage Method Address</h2>
<p>The following lists all attribute classes in C#</p>
<div><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.build.framework.loadinseparateappdomainattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.Build.Framework.LoadInSeparateAppDomainAttribute</a></span></div>
<div><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.build.framework.outputattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.Build.Framework.OutputAttribute</a></span></div>
<div><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.build.framework.requiredattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.Build.Framework.RequiredAttribute</a></span></div>
<div><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.build.framework.requiredruntimeattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.Build.Framework.RequiredRuntimeAttribute</a></span></div>
<div><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.build.framework.runinmtaattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.Build.Framework.RunInMTAAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.build.framework.runinstaattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.Build.Framework.RunInSTAAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.jscript.expando?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.JScript.Expando</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.jscript.hide?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.JScript.Hide</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.jscript.jsfunctionattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.JScript.JSFunctionAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.jscript.notrecommended?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.JScript.NotRecommended</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.jscript.override?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.JScript.Override</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.jscript.referenceattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.JScript.ReferenceAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.sqlserver.server.sqlfacetattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.SqlServer.Server.SqlFacetAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.sqlserver.server.sqlfunctionattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.SqlServer.Server.SqlFunctionAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.sqlserver.server.sqlprocedureattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.SqlServer.Server.SqlProcedureAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.sqlserver.server.sqltriggerattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.SqlServer.Server.SqlTriggerAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.sqlserver.server.sqluserdefinedaggregateattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.sqlserver.server.sqluserdefinedtypeattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.visualbasic.comclassattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.VisualBasic.ComClassAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.visualbasic.hidemodulenameattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.VisualBasic.HideModuleNameAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.visualbasic.mygroupcollectionattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.VisualBasic.MyGroupCollectionAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.visualbasic.vbfixedarrayattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.VisualBasic.VBFixedArrayAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.visualbasic.vbfixedstringattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.VisualBasic.VBFixedStringAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.visualbasic.compilerservices.designergeneratedattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.VisualBasic.CompilerServices.DesignerGeneratedAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.visualbasic.compilerservices.optioncompareattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.visualbasic.compilerservices.optiontextattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.VisualBasic.CompilerServices.OptionTextAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.visualbasic.compilerservices.standardmoduleattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.visualc.debuginfoinpdbattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.VisualC.DebugInfoInPDBAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.visualc.decoratednameattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.VisualC.DecoratedNameAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.visualc.miscellaneousbitsattribute?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.VisualC.MiscellaneousBitsAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.vsa.vsamodule?view=netframework-4.7.2" data-linktype="relative-path">Microsoft.Vsa.VsaModule</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/system.attributeusageattribute?view=netframework-4.7.2" data-linktype="relative-path">System.AttributeUsageAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/system.clscompliantattribute?view=netframework-4.7.2" data-linktype="relative-path">System.CLSCompliantAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/zh-cn/dotnet/api/system.contextstaticattribute?view=netframework-4.7.2" data-linktype="

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.contextstaticattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ContextStaticAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.flagsattribute?view=netframework-4.7.2" data-linktype="relative-path">System.FlagsAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.loaderoptimizationattribute?view=netframework-4.7.2" data-linktype="relative-path">System.LoaderOptimizationAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.mta-threadattribute?view=netframework-4.7.2" data-linktype="relative-path">System.MTAThreadAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.nonserializedattribute?view=netframework-4.7.2" data-linktype="relative-path">System.NonSerializedAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.obsoleteattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ObsoleteAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.paramarrayattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ParamArrayAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.serializableattribute?view=netframework-4.7.2" data-linktype="relative-path">System.SerializableAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.stathreadattribute?view=netframework-4.7.2" data-linktype="relative-path">System.STAThreadAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.threadstaticattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ThreadStaticAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.activities.overloadgroupattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Activities.OverloadGroupAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.activities.requiredargumentattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Activities.RequiredArgumentAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.activities.presentation.activitydesigneroptionsattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Activities.Presentation.ActivityDesignerOptionsAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.activities.presentation.defaulttypeargumentattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Activities.Presentation.DefaultTypeArgumentAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.activities.presentation.typeresolvingoptionsattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Activities.Presentation.TypeResolvingOptionsAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.activities.presentation.expressions.expressionmorphhelperattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Activities.Presentation.Expressions.ExpressionMorphHelperAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.activities.presentation.propertyediting.editoroptionattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Activities.Presentation.PropertyEditing.EditorOptionAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.activities.presentation.propertyediting.editorreuseattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Activities.Presentation.PropertyEditing.EditorReuseAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.activities.presentation.view.outlineview.hidepropertyinoutlineviewattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Activities.Presentation.View.OutlineView.HidePropertyInOutlineViewAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.activities.presentation.view.outlineview.showinoutlineviewattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Activities.Presentation.View.OutlineView.ShowInOutlineViewAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.activities.presentation.view.outlineview.showpropertyinoutlineviewassiblingattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Activities.Presentation.View.OutlineView.ShowPropertyInOutlineViewAsSiblingAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.activities.presentation.view.outlineview.showpropertyinoutlineviewattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Activities.Presentation.View.OutlineView.ShowPropertyInOutlineViewAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.addin.addinattribute?view=netframework-4.7.2" data-linktype="relative-path">System.AddIn.AddInAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.addin.pipeline.addinadapterattribute?view=netframework-4.7.2" data-linktype="relative-path">System.AddIn.Pipeline.AddInAdapterAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.addin.pipeline.addinbaseattribute?view=netframework-4.7.2" data-linktype="relative-path">System.AddIn.Pipeline.AddInBaseAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.addin.pipeline.addincontractattribute?view=netframework-4.7.2" data-linktype="relative-path">System.AddIn.Pipeline.AddInContractAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.addin.pipeline.hostadapterattribute?view=netframework-4.7.2" data-linktype="relative-path">System.AddIn.Pipeline.HostAdapterAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.addin.pipeline.qualificationdataattribute?view=netframework-4.7.2" data-linktype="relative-path">System.AddIn.Pipeline.QualificationDataAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.codedom.compiler.generatedcodeattribute?view=netframework-4.7.2" data-linktype="relative-path">System.CodeDom.Compiler.GeneratedCodeAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.ambientvalueattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.AmbientValueAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.attributeproviderattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.AttributeProviderAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.bindableattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.BindableAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.browsableattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.BrowsableAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.categoryattribute?view=netframework-4.7.2" data-linktype

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.categoryattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.CategoryAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.complexbindingpropertiesattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.ComplexBindingPropertiesAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataobjectattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DataObjectAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataobjectfieldattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DataObjectFieldAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataobjectmethodattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DataObjectMethodAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.defaultbindingpropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DefaultBindingPropertyAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.defaulteventattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DefaultEventAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.defaultpropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DefaultPropertyAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.defaultvalueattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DefaultValueAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.descriptionattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DescriptionAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.designerattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DesignerAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.designercategoryattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DesignerCategoryAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.designerserializationvisibilityattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DesignerSerializationVisibilityAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.designonlyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DesignOnlyAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.designtimevisibleattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DesignTimeVisibleAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.displaynameattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DisplayNameAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.editorattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.EditorAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.editorbrowsableattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.EditorBrowsableAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.extenderprovidedpropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.ExtenderProvidedPropertyAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.immutableobjectattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.ImmutableObjectAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.inheritanceattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.InheritanceAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.initializationeventattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.InitializationEventAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.installertypeattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.InstallerTypeAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.licenseproviderattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.LicenseProviderAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.listbindableattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.ListBindableAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.localizableattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.LocalizableAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.lookupbindingpropertiesattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.LookupBindingPropertiesAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.mergablepropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.MergablePropertyAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.notifyparentpropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.NotifyParentPropertyAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.parenthesizepropertynameattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.ParenthesizePropertyNameAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.passwordpropertytextattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.PasswordPropertyTextAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.propertyfilterattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.PropertyFilterAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.propertytabattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.PropertyTabAttribute</a></span></div> 

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.providepropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.ProvidePropertyAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.scaffoldtableattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DataAnnotations.ScaffoldTableAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.timestampattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DataAnnotations.TimestampAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.uihintattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DataAnnotations.UIHintAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.validationattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DataAnnotations.ValidationAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.schema.columnattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DataAnnotations.Schema.ColumnAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.schema.complextypeattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DataAnnotations.Schema.ComplexTypeAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.schema.databasegeneratedattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.schema.foreignkeyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DataAnnotations.Schema.ForeignKeyAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.schema.inversepropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.schema.notmappedattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DataAnnotations.Schema.NotMappedAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.schema.tableattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.DataAnnotations.Schema.TableAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.design.helpkeywordattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.Design.HelpKeywordAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.design.projecttargetframeworkattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.Design.ProjectTargetFrameworkAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.design.serialization.defaultserializationproviderattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.design.serialization.designerserializerattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.Design.Serialization.DesignerSerializerAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.design.serialization.rootdesignerserializerattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.composition.exportattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Composition.ExportAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.composition.exportmetadataattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Composition.ExportMetadataAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.composition.importattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Composition.ImportAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.composition.importingconstructorattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Composition.ImportingConstructorAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.composition.importmanyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Composition.ImportManyAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.composition.importmetadataconstraintattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Composition.ImportMetadataConstraintAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.composition.metadataattributeattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Composition.MetadataAttributeAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.composition.onimportssatisfiedattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Composition.OnImportsSatisfiedAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.composition.partmetadataattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Composition.PartMetadataAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.composition.partnotdiscoverableattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Composition.PartNotDiscoverableAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.composition.sharingboundaryattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Composition.SharingBoundaryAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.configuration.configurationcollectionattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Configuration.ConfigurationCollectionAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.configuration.configurationpropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Configuration.ConfigurationPropertyAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.configuration.configurationvalidatorattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Configuration.ConfigurationValidatorAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.configuration.defaultsettingvalueattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Configuration.DefaultSettingValueAttribute</a></span></div>

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.configuration.nosettingsversionupgradeattribute?view=netframework-4.7.2">System.Configuration.NoSettingsVersionUpgradeAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.configuration.settingattribute?view=netframework-4.7.2">System.Configuration.SettingAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.configuration.settingsdescriptionattribute?view=netframework-4.7.2">System.Configuration.SettingsDescriptionAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.configuration.settingsgroupdescriptionattribute?view=netframework-4.7.2">System.Configuration.SettingsGroupDescriptionAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.configuration.settingsgroupnameattribute?view=netframework-4.7.2">System.Configuration.SettingsGroupNameAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.configuration.settingsmanageabilityattribute?view=netframework-4.7.2">System.Configuration.SettingsManageabilityAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.configuration.settingsproviderattribute?view=netframework-4.7.2">System.Configuration.SettingsProviderAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.configuration.settingsserializeasattribute?view=netframework-4.7.2">System.Configuration.SettingsSerializeAsAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.configuration.specialsettingattribute?view=netframework-4.7.2">System.Configuration.SpecialSettingAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.common.dbproviderspecifictypepropertyattribute?view=netframework-4.7.2">System.Data.Common.DbProviderSpecificTypePropertyAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.linq.mapping.dataattribute?view=netframework-4.7.2">System.Data.Linq.Mapping.DataAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.linq.mapping.databaseattribute?view=netframework-4.7.2">System.Data.Linq.Mapping.DatabaseAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.linq.mapping.functionattribute?view=netframework-4.7.2">System.Data.Linq.Mapping.FunctionAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.linq.mapping.inheritancemappingattribute?view=netframework-4.7.2">System.Data.Linq.Mapping.InheritanceMappingAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.linq.mapping.parameterattribute?view=netframework-4.7.2">System.Data.Linq.Mapping.ParameterAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.linq.mapping.providerattribute?view=netframework-4.7.2">System.Data.Linq.Mapping.ProviderAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.linq.mapping.resulttypeattribute?view=netframework-4.7.2">System.Data.Linq.Mapping.ResultTypeAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.linq.mapping.tableattribute?view=netframework-4.7.2">System.Data.Linq.Mapping.TableAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.mapping.entityviewgenerationattribute?view=netframework-4.7.2">System.Data.Mapping.EntityViewGenerationAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.objects.dataclasses.edmfunctionattribute?view=netframework-4.7.2">System.Data.Objects.DataClasses.EdmFunctionAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.objects.dataclasses.edmpropertyattribute?view=netframework-4.7.2">System.Data.Objects.DataClasses.EdmPropertyAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.objects.dataclasses.edmrelationshipattribute?view=netframework-4.7.2">System.Data.Objects.DataClasses.EdmRelationshipAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.objects.dataclasses.edmschemaattribute?view=netframework-4.7.2">System.Data.Objects.DataClasses.EdmSchemaAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.objects.dataclasses.edmtypeattribute?view=netframework-4.7.2">System.Data.Objects.DataClasses.EdmTypeAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.services.changeinterceptorattribute?view=netframework-4.7.2">System.Data.Services.ChangeInterceptorAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.services.etagattribute?view=netframework-4.7.2">System.Data.Services.ETagAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.services.ignorepropertiesattribute?view=netframework-4.7.2">System.Data.Services.IgnorePropertiesAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.services.mimetypeattribute?view=netframework-4.7.2">System.Data.Services.MimeTypeAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.services.queryinterceptorattribute?view=netframework-4.7.2">System.Data.Services.QueryInterceptorAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.services.singleresultattribute?view=netframework-4.7.2">System.Data.Services.SingleResultAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.services.client.mediaentryattribute?view=netframework-4.7.2">System.Data.Services.Client.MediaEntryAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.services.client.mimetypepropertyattribute?view=netframework-4.7.2">System.Data.Services.Client.MimeTypePropertyAttribute</a>

<br />

<a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.services.common.dataserviceentityattribute?view=netframework-4.7.2">System.Data.Services.Common.DataServiceEntityAttribute</a>

System.Data.Services.Common.DataServiceKeyAttribute

System.Data.Services.Common.EntityPropertyMappingAttribute

System.Data.Services.Common.EntitySetAttribute

System.Data.Services.Common.HasStreamAttribute

System.Diagnostics.ConditionalAttribute

System.Diagnostics.DebuggableAttribute

System.Diagnostics.DebuggerBrowsableAttribute

System.Diagnostics.DebuggerDisplayAttribute

System.Diagnostics.DebuggerHiddenAttribute

System.Diagnostics.DebuggerNonUserCodeAttribute

System.Diagnostics.DebuggerStepperBoundaryAttribute

System.Diagnostics.DebuggerStepThroughAttribute

System.Diagnostics.DebuggerTypeProxyAttribute

System.Diagnostics.DebuggerVisualizerAttribute

System.Diagnostics.SwitchAttribute

System.Diagnostics.SwitchLevelAttribute

System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute

System.Diagnostics.CodeAnalysis.SuppressMessageAttribute

System.Diagnostics.Contracts.ContractAbbreviatorAttribute

System.Diagnostics.Contracts.ContractArgumentValidatorAttribute

System.Diagnostics.Contracts.ContractClassAttribute

System.Diagnostics.Contracts.ContractClassForAttribute

System.Diagnostics.Contracts.ContractInvariantMethodAttribute

System.Diagnostics.Contracts.ContractOptionAttribute

System.Diagnostics.Contracts.ContractPublicPropertyNameAttribute

System.Diagnostics.Contracts.ContractReferenceAssemblyAttribute

System.Diagnostics.Contracts.ContractRuntimeIgnoredAttribute

System.Diagnostics.Contracts.ContractVerificationAttribute

System.Diagnostics.Contracts.PureAttribute

System.Diagnostics.Tracing.EventAttribute

System.Diagnostics.Tracing.EventDataAttribute

System.Diagnostics.Tracing.EventFieldAttribute

System.Diagnostics.Tracing.EventIgnoreAttribute

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.tracing.eventignoreattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Diagnostics.Tracing.EventIgnoreAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.tracing.eventsourceattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Diagnostics.Tracing.EventSourceAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.tracing.noneventattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Diagnostics.Tracing.NonEventAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.directoryservices.accountmanagement.directoryobjectclassattribute?view=netframework-4.7.2" data-linktype="relative-path">System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.directoryservices.accountmanagement.directorypropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.directoryservices.accountmanagement.directoryrdnprefixattribute?view=netframework-4.7.2" data-linktype="relative-path">System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.drawing.bitmapsuffixinsameassemblyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Drawing.BitmapSuffixInSameAssemblyAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.drawing.bitmapsuffixinsatelliteassemblyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Drawing.BitmapSuffixInSatelliteAssemblyAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.drawing.toolboxbitmapattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Drawing.ToolboxBitmapAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.applicationaccesscontrolattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.ApplicationAccessControlAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.applicationactivationattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.ApplicationActivationAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.applicationidattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.ApplicationIDAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.applicationnameattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.ApplicationNameAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.applicationqueuingattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.ApplicationQueuingAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.autocompleteattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.AutoCompleteAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.componentaccesscontrolattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.ComponentAccessControlAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.comtiintrinsicsattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.COMTIIntrinsicsAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.constructionenabledattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.ConstructionEnabledAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.descriptionattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.DescriptionAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.eventclassattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.EventClassAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.eventtrackingenabledattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.EventTrackingEnabledAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.exceptionclassattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.ExceptionClassAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.iisintrinsicsattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.IISIntrinsicsAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.interfacequeuingattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.InterfaceQueuingAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.justintimeactivationattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.JustInTimeActivationAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.loadbalancingsupportedattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.LoadBalancingSupportedAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.mustruninclientcontextattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.MustRunInClientContextAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.objectpoolingattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.ObjectPoolingAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.privatecomponentattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.PrivateComponentAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.securemethodattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.SecureMethodAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.securityroleattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.SecurityRoleAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.enterpriseservices.synchronizationattribute?view=netframework-4.7.2" data-linktype="relative-path">System.EnterpriseServices.SynchronizationAttribute</a></span></div>

System.EnterpriseServices.TransactionAttribute

System.EnterpriseServices.TransactionAttribute

System.EnterpriseServices.CompensatingResourceManager.ApplicationCrmEnabledAttribute

System.EnterpriseServices.CompensatingResourceManager.ApplicationCrmEnabledAttribute

System.Management.Instrumentation.IgnoreMemberAttribute

System.Management.Instrumentation.IgnoreMemberAttribute

System.Management.Instrumentation.InstrumentationClassAttribute

System.Management.Instrumentation.InstrumentationClassAttribute

System.Management.Instrumentation.InstrumentedAttribute

System.Management.Instrumentation.InstrumentedAttribute

System.Management.Instrumentation.ManagedNameAttribute

System.Management.Instrumentation.ManagedNameAttribute

System.Management.Instrumentation.ManagementEntityAttribute

System.Management.Instrumentation.ManagementEntityAttribute

System.Management.Instrumentation.ManagementMemberAttribute

System.Management.Instrumentation.ManagementMemberAttribute

System.Management.Instrumentation.ManagementNameAttribute

System.Management.Instrumentation.ManagementNameAttribute

System.Management.Instrumentation.ManagementQualifierAttribute

System.Management.Instrumentation.ManagementQualifierAttribute

System.Management.Instrumentation.ManagementReferenceAttribute

System.Management.Instrumentation.ManagementReferenceAttribute

System.Management.Instrumentation.WmiConfigurationAttribute

System.Management.Instrumentation.WmiConfigurationAttribute

System.Reflection.AssemblyAlgorithmIdAttribute

System.Reflection.AssemblyAlgorithmIdAttribute

System.Reflection.AssemblyCompanyAttribute

System.Reflection.AssemblyCompanyAttribute

System.Reflection.AssemblyConfigurationAttribute

System.Reflection.AssemblyConfigurationAttribute

System.Reflection.AssemblyCopyrightAttribute

System.Reflection.AssemblyCopyrightAttribute

System.Reflection.AssemblyCultureAttribute

System.Reflection.AssemblyCultureAttribute

System.Reflection.AssemblyDefaultAliasAttribute

System.Reflection.AssemblyDefaultAliasAttribute

System.Reflection.AssemblyDelaySignAttribute

System.Reflection.AssemblyDelaySignAttribute

System.Reflection.AssemblyDescriptionAttribute

System.Reflection.AssemblyDescriptionAttribute

System.Reflection.AssemblyFileVersionAttribute

System.Reflection.AssemblyFileVersionAttribute

System.Reflection.AssemblyFlagsAttribute

System.Reflection.AssemblyFlagsAttribute

System.Reflection.AssemblyInformationalVersionAttribute

System.Reflection.AssemblyInformationalVersionAttribute

System.Reflection.AssemblyKeyFileAttribute

System.Reflection.AssemblyKeyFileAttribute

System.Reflection.AssemblyKeyNameAttribute

System.Reflection.AssemblyKeyNameAttribute

System.Reflection.AssemblyMetadataAttribute

System.Reflection.AssemblyMetadataAttribute

System.Reflection.AssemblyProductAttribute

System.Reflection.AssemblyProductAttribute

System.Reflection.AssemblySignatureKeyAttribute

System.Reflection.AssemblySignatureKeyAttribute

System.Reflection.AssemblyTitleAttribute

System.Reflection.AssemblyTitleAttribute

System.Reflection.AssemblyTrademarkAttribute

System.Reflection.AssemblyTrademarkAttribute

System.Reflection.AssemblyVersionAttribute

System.Reflection.AssemblyVersionAttribute

System.Reflection.DefaultMemberAttribute

System.Reflection.DefaultMemberAttribute

System.Reflection.ObfuscateAssemblyAttribute

System.Reflection.ObfuscateAssemblyAttribute

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.reflection.obfuscateassemblyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Reflection.ObfuscateAssemblyAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.reflection.obfuscationattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Reflection.ObfuscationAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.resources.neutralresourceslanguageattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Resources.NeutralResourcesLanguageAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.resources.satellitecontractversionattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Resources.SatelliteContractVersionAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.assemblytargetedpatchbandattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.AssemblyTargetedPatchBandAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.targetedpatchingoptoutattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.TargetedPatchingOptOutAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.accessedthroughpropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.AccessedThroughPropertyAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.asyncmethodbuilderattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.AsyncMethodBuilderAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.callerfilepathattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.CallerFilePathAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.callerlinenumberattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.CallerLineNumberAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.callermembernameattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.CallerMemberNameAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.compilationrelaxationsattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.CompilationRelaxationsAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.compilergeneratedattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.CompilerGeneratedAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.compilerglobalscopeattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.CompilerGlobalScopeAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.customconstantattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.CustomConstantAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.decimalconstantattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.DecimalConstantAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.defaultdependencyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.DefaultDependencyAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.dependencyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.DependencyAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.disableprivatereflectionattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.DisablePrivateReflectionAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.discardableattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.DiscardableAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.dynamicattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.DynamicAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.extensionattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.ExtensionAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.fixedaddressvaluetypeattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.FixedAddressValueTypeAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.fixedbufferattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.FixedBufferAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.hascopysemanticsattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.HasCopySemanticsAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.indexernameattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.IndexerNameAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.internalsvisibletoattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.InternalsVisibleToAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.isbyreflikeattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.IsByRefLikeAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.isreadonlyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.IsReadOnlyAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.methodimplattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.MethodImplAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.nativecppclassattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.NativeCppClassAttribute</a></span></div>

<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.referenceassemblyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.CompilerServices.ReferenceAssemblyAttribute</a></span></div>

System.Runtime.CompilerServices.RequiredAttributeAttribute

tAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.defaultdllimportsearchpathsattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.defaultparametervalueattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.DefaultParameterValueAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.dispidattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.DispIdAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.dllimportattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.DllImportAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.fieldoffsetattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.FieldOffsetAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.guidattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.GuidAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.idispatchimplattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.IDispatchImplAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.importedfromtypelibattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.ImportedFromTypeLibAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.inattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.InAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.interfacetypeattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.InterfaceTypeAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.lcidconversionattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.LCIDConversionAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.managedtonativecominteropstubattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.ManagedToNativeComInteropStubAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.marshalasattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.MarshalAsAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.optionalattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.OptionalAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.outattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.OutAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.preservesigattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.PreserveSigAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.primaryinteropassemblyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.PrimaryInteropAssemblyAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.progidattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.ProgIdAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.setwin32contextinidispatchattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.SetWin32ContextInIDispatchAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.structlayoutattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.StructLayoutAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.typeidentifierattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.TypeIdentifierAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.typelibfuncattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.TypeLibFuncAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.typelibimportclassattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.TypeLibImportClassAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.typelibtypeattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.TypeLibTypeAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.typelibvarattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.TypeLibVarAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.typelibversionattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.TypeLibVersionAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.unmanagedfunctionpointerattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.windowsruntime.defaultinterfaceattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.WindowsRuntime.DefaultInterfaceAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.windowsruntime.interfaceimplementedinversionattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.WindowsRuntime.InterfaceImplementedInVersionAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.windowsruntime.readonlyarrayattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.WindowsRuntime.ReadOnlyArrayAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.windowsruntime.returnvaluenameattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.WindowsRuntime.ReturnValueNameAttribute

</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.windowsruntime.writeonlyarrayattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.InteropServices.WindowsRuntime.WriteOnlyArrayAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.remoting.contexts.contextattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Remoting.Contexts.ContextAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.remoting.messaging.onewayattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Remoting.Messaging.OneWayAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.remoting.metadata.soapattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Remoting.Metadata.SoapAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.remoting.proxies.proxyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Remoting.Proxies.ProxyAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.collectiondatacontractattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Serialization.CollectionDataContractAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.contractnamespaceattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Serialization.ContractNamespaceAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.datacontractattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Serialization.DataContractAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.datamemberattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Serialization.DataMemberAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.enummemberattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Serialization.EnumMemberAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.ignoredatamemberattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Serialization.IgnoreDataMemberAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.knowntypeattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Serialization.KnownTypeAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.ondeserializedattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Serialization.OnDeserializedAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.ondeserializingattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Serialization.OnDeserializingAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.onserializedattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Serialization.OnSerializedAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.onserializingattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Serialization.OnSerializingAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.optionalfieldattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Serialization.OptionalFieldAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.versioning.componentguaranteesattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Versioning.ComponentGuaranteesAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.versioning.resourceconsumptionattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Versioning.ResourceConsumptionAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.versioning.resourceexposureattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Versioning.ResourceExposureAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.runtime.versioning.targetframeworkattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Runtime.Versioning.TargetFrameworkAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.security.allowpartiallytrustedcallersattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Security.AllowPartiallyTrustedCallersAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.security.securitycriticalattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Security.SecurityCriticalAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.security.securityrulesattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Security.SecurityRulesAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.security.securitysafecriticalattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Security.SecuritySafeCriticalAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.security.securitytransparentattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Security.SecurityTransparentAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.security.securitytreatassafeattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Security.SecurityTreatAsSafeAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.security.suppressunmanagedcodesecurityattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Security.SuppressUnmanagedCodeSecurityAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.security.unverifiablecodeattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Security.UnverifiableCodeAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.security.permissions.securityattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Security.Permissions.SecurityAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.servicemodel.callbackbehaviorattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ServiceModel.CallbackBehaviorAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.servicemodel.datacontractformatattribute?view=netframework-4.7.2" data-linktype="relative-path">System.ServiceModel.DataContractFormatAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="ht

System.ServiceModel.DeliveryRequirementsAttribute

System.ServiceModel.FaultContractAttribute

System.ServiceModel.MessageContractAttribute

System.ServiceModel.MessageContractMemberAttribute

System.ServiceModel.MessageParameterAttribute

System.ServiceModel.MessagePropertyAttribute

System.ServiceModel.OperationBehaviorAttribute

System.ServiceModel.OperationContractAttribute

System.ServiceModel.ReceiveContextEnabledAttribute

System.ServiceModel.ServiceBehaviorAttribute

System.ServiceModel.ServiceContractAttribute

System.ServiceModel.ServiceKnownTypeAttribute

System.ServiceModel.TransactionFlowAttribute

System.ServiceModel.XmlSerializerFormatAttribute

System.ServiceModel.Activation.AspNetCompatibilityRequirementsAttribute

System.ServiceModel.Activation.ServiceActivationBuildProviderAttribute

System.ServiceModel.Activities.Description.WorkflowContractBehaviorAttribute

System.ServiceModel.Description.DurableOperationAttribute

System.ServiceModel.Description.DurableServiceAttribute

System.ServiceModel.Web.AspNetCacheProfileAttribute

System.ServiceModel.Web.JavascriptCallbackBehaviorAttribute

System.ServiceModel.Web.WebGetAttribute

System.ServiceModel.Web.WebInvokeAttribute

System.Web.PreApplicationStartMethodAttribute

System.Web.Compilation.BuildProviderAppliesToAttribute

System.Web.Compilation.DesignTimeResourceProviderFactoryAttribute

System.Web.Compilation.ExpressionEditorAttribute

System.Web.Compilation.ExpressionPrefixAttribute

System.Web.Compilation.FolderLevelBuildProviderAppliesToAttribute

System.Web.DynamicData.TableNameAttribute

System.Web.Hosting.CustomLoaderAttribute

System.Web.ModelBinding.BindingBehaviorAttribute

System.Web.ModelBinding.ExtensibleModelBinderAttribute

System.Web.ModelBinding.ModelBinderProviderOptionsAttribute

System.Web.ModelBinding.UserProfileAttribute

System.Web.ModelBinding.ValueProviderSourceAttribute

System.Web.Profile.CustomProviderDataAttribute

System.Web.Profile.ProfileProviderAttribute

System.Web.Profile.SettingsAllowAnonymousAttribute

System.Web.Script.AjaxFrameworkAssemblyAttribute

System.Web.Script.Serialization.ScriptIgnoreAttribute

System.Web.Script.Services.GenerateScriptTypeAttribute

System.Web.Script.Services.ScriptMethodAttribute

System.Web.Script.Services.ScriptServiceAttribute

System.Web.Services.WebMethodAttribute

System.Web.Services.WebServiceAttribute

System.Web.Services.WebServiceBindingAttribute

System.Web.Services.Configuration.XmlFormatExtensionAttribute

System.Web.Services.Configuration.XmlFormatExtensionPointAttribute

System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute

System.Web.Services.Protocols.HttpMethodAttribute

System.Web.Services.Protocols.MatchAttribute

System.Web.Services.Protocols.SoapDocumentMethodAttribute

System.Web.Services.Protocols.SoapDocumentServiceAttribute

System.Web.Services.Protocols.SoapExtensionAttribute

System.Web.Services.Protocols.SoapHeaderAttribute

System.Web.Services.Protocols.SoapRpcMethodAttribute

System.Web.Services.Protocols.SoapRpcServiceAttribute

System.Web.UI.ConstructorNeedsTagAttribute

System.Web.UI.ControlBuilderAttribute

System.Web.UI.ControlValuePropertyAttribute

System.Web.UI.CssClassPropertyAttribute

System.Web.UI.DataBindingHandlerAttribute

System.Web.UI.DataKeyPropertyAttribute

System.Web.UI.FileLevelControlBuilderAttribute

te</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.filterableattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.FilterableAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.idreferencepropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.IDReferencePropertyAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.nonvisualcontrolattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.NonVisualControlAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.parsechildrenattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.ParseChildrenAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.partialcachingattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.PartialCachingAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.persistchildrenattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.PersistChildrenAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.persistencemodeattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.PersistenceModeAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.scriptresourceattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.ScriptResourceAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.supportseventvalidationattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.SupportsEventValidationAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.tagprefixattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.TagPrefixAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.targetcontroltypeattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.TargetControlTypeAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.templatecontainerattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.TemplateContainerAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.templateinstanceattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.TemplateInstanceAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.themeableattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.ThemeableAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.toolboxdataattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.ToolboxDataAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.urlpropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.UrlPropertyAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.validationpropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.ValidationPropertyAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.verificationattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.VerificationAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.viewstatemodebyidattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.ViewStateModeByIdAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webresourceattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.WebResourceAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.design.supportspreviewcontrolattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.Design.SupportsPreviewControlAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.design.directives.directiveattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.Design.Directives.DirectiveAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.design.directives.schemaelementnameattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.Design.Directives.SchemaElementNameAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.mobilecontrols.designeradapterattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.MobileControls.DesignerAdapterAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.mobilecontrols.deviceoverridableattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.MobileControls.DeviceOverridableAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.mobilecontrols.objectlisttitleattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.MobileControls.ObjectListTitleAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.mobilecontrols.persistnameattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.MobileControls.PersistNameAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.webparts.connectionconsumerattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.webparts.connectionproviderattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.webparts.personalizableattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.WebControls.WebParts.PersonalizableAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.webparts.webbrowsableattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.WebControls.WebParts.WebBrowsableAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.webparts.webdescriptionattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.WebControls.WebParts.WebDescriptionAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.webparts.webdisplaynameattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.WebControls.WebParts.WebDisplayNameAttribute</a></span></div>
<div class="hiddenDerivedClass"><span class="lang-csharp break-text"><a class="xref" href="https://docs.mic

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.web.ui.webcontrols.webparts.webparttransformerattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Web.UI.WebControls.WebParts.WebPartTransformerAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.attachedpropertybrowsableattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.AttachedPropertyBrowsableAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.localizabilityattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.LocalizabilityAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.styletypedpropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.StyleTypedPropertyAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.templatepartattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.TemplatePartAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.templatevisualstateattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.TemplateVisualStateAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.themeinfoattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.ThemeInfoAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.data.valueconversionattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Data.ValueConversionAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.documents.textelementeditingbehaviorattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Documents.TextElementEditingBehaviorAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.forms.axhost.clsidattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Forms.AxHost.ClsidAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.forms.axhost.typelibrarytimestampattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Forms.AxHost.TypeLibraryTimeStampAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.forms.datagridviewcolumndesigntimevisibleattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Forms.DataGridViewColumnDesignTimeVisibleAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.forms.dockingattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Forms.DockingAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.forms.relatedimagelistattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Forms.RelatedImageListAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.forms.design.toolstripitemdesigneravailabilityattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.markup.acceptedmarkupextensionexpressiontypeattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Markup.AcceptedMarkupExtensionExpressionTypeAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.markup.ambientattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Markup.AmbientAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.markup.constructorargumentattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Markup.ConstructorArgumentAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.markup.contentpropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Markup.ContentPropertyAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.markup.contentwrapperattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Markup.ContentWrapperAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.markup.dependsonattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Markup.DependsOnAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.markup.designerserializationoptionsattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Markup.DesignerSerializationOptionsAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.markup.dictionarykeypropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Markup.DictionaryKeyPropertyAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.markup.markupextensionbracketcharactersattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Markup.MarkupExtensionBracketCharactersAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.markup.markupextensionreturntypeattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Markup.MarkupExtensionReturnTypeAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.markup.namescopepropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Markup.NameScopePropertyAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.markup.rootnamespaceattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Markup.RootNamespaceAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.markup.runtimenamepropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Markup.RuntimeNamePropertyAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.markup.trimsurroundingwhitespaceattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Markup.TrimSurroundingWhitespaceAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.markup.uidpropertyattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Markup.UidPropertyAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.markup.usableduringinitializationattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Markup.UsableDuringInitializationAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.markup.valueserializerattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Markup.ValueSerializerAttribute</a>

<a href="https://docs.microsoft.com/zh-cn/dotnet/api/system.windows.markup.whitespacesignificantcollectionattribute?view=netframework-4.7.2" data-linktype="relative-path">System.Windows.Markup.WhiteSpaceSignificantCollectionAttribute</a>

System.Xml.Serialization.SoapAttributeAttribute

 

痴者工良

高级程序员劝退师

文章评论