TypeDescriptor.AddAttributes Method (Type, Attribute[])
Adds class-level attributes to the target component type.
Assembly: System (in System.dll)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")] public static TypeDescriptionProvider AddAttributes( Type type, params Attribute[] attributes )
Parameters
- type
- Type: System.Type
The Type of the target component.
- attributes
- Type: System.Attribute[]
An array of Attribute objects to add to the component's class.
Return Value
Type: System.ComponentModel.TypeDescriptionProviderThe newly created TypeDescriptionProvider that was used to add the specified attributes.
| Exception | Condition |
|---|---|
| ArgumentNullException |
One or both of the parameters is null. |
The AddAttributes(Type, Attribute[]) method adds class-level attributes to the specified type of a component. Because this is a common requirement of applications using the Visual Studio Windows Forms Designer and Properties window, this method provides a shortcut by creating a type description provider that merges the provided attributes with the attributes that already exist on the class. The return value is the type description provider that was used to add the attributes. This provider can later be passed to the RemoveProvider(TypeDescriptionProvider, Type) method when the added attributes are no longer needed.
-
NamedPermissionSet
for full access to system resources. Demand value: LinkDemand. Associated state: FullTrust
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.