GetAttributes Method
MSDN Home
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
Class Library Reference
System.ComponentModel
TypeDescriptor Class
TypeDescriptor Methods
GetAttributes Method
GetAttributes Method (Object)
GetAttributes Method (Type)
GetAttributes Method (Object, ...
TypeDescriptor Methods
AddAttributes Method
AddEditorTable Method
AddProvider Method
CreateAssociation Method
CreateDesigner Method
CreateEvent Method
CreateInstance Method
CreateProperty Method
GetAssociation Method
GetAttributes Method
GetClassName Method
GetComponentName Method
GetConverter Method
GetDefaultEvent Method
GetDefaultProperty Method
GetEditor Method
GetEvents Method
GetFullComponentName Method
GetProperties Method
GetProvider Method
GetReflectionType Method
Refresh Method
RemoveAssociation Method
RemoveAssociations Method
RemoveProvider Method
SortDescriptorArray Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
TypeDescriptor.GetAttributes Method
Returns the collection of attributes for a component or a type.
Overload List
Name
Description
TypeDescriptor.GetAttributes (Object)
Returns the collection of attributes for the specified component.
TypeDescriptor.GetAttributes (Type)
Returns a collection of attributes for the specified type of component.
TypeDescriptor.GetAttributes (Object, Boolean)
Returns a collection of attributes for the specified component and a Boolean indicating that a custom type descriptor has been created.
See Also
Reference
TypeDescriptor Class
TypeDescriptor Members
System.ComponentModel Namespace
Attribute
AttributeCollection
CustomTypeDescriptor.GetAttributes
AddAttributes
GetEvents
GetProperties
Tags :