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. |
Specifies that a property participates in optimistic concurrency checking.
Specifies that the data field value is a credit card number.
Specifies a custom validation method for validating a property or class instance.
Specifies additional type information to associate with the data field.
Provides a general attribute that allows the specification of a localized string for the type and members of an entity.
Specifies the column to be displayed as the foreign key column in the referenced table.
Specifies how ASP.NET dynamic data displays the data field and sets the format for the data field.
Indicates whether the data field is editable.
Validates an email address.
Enables .NET Framework enumerations to be mapped to data columns.
Validates file extensions.
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>
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.
Specifies whether a property or event should be displayed in the "Properties" window.
Specifies the data source and data member properties of a component that supports complex data binding. This class cannot be inherited.
Identifies a type as being suitable for binding to an ObjectDataSource object. This class cannot be inherited.
Provides metadata for properties that represent data fields. This class cannot be inherited.
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.
Specifies the default binding property of a component. This class cannot be inherited.
Specifies the default event of a component.
Specifies the default property of a component.
Specifies the default value for a property.
Specifies a description for a property or event.
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>
Specifies the installer type for a component.
Specifies the LicenseProvider to use with the class. This class cannot be inherited.
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.
Specifies whether a property should be localized. This class cannot be inherited.
Specifies properties that support lookup-based binding. This class cannot be inherited.
Specifies that the property can be merged with properties of other objects in the "Properties" window.
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.
Indicates whether the name of the associated property should be displayed with parentheses in the "Properties" window. This class cannot be inherited.
Indicates that the text representation of the object is hidden, such as with asterisks. This class cannot be inherited.
Specifies which properties should be reported by the type descriptor, especially by the GetProperties(Object) method.
Identifies the property tab to display for the specified class.
Specifies the name of the property that an implementation of IExtenderProvider provides to other components. This class cannot be inherited.
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.
Indicates that this property can be used as an application setting.
Indicates that the property grid should refresh when the associated property value changes. This class cannot be inherited.
Specifies whether to call the Visual Studio custom action installer or Installutil.exe (the Installer Tool) when an assembly is installed.
Specifies when a component property can be bound to application settings.
Represents the attribute for toolbox items.
Specifies the filter string and filter type to use for toolbox items.
Specifies which type to use as a converter for the object that this property is bound to.
Specifies a custom type description provider for the class. This class cannot be inherited.
<p> </p>
<hr />
<h2> </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>
文章评论