GetProperties Method
MSDN Home
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
Class Library Reference
System.ComponentModel
TypeDescriptor Class
TypeDescriptor Methods
GetProperties Method
GetProperties Method (Object)
GetProperties Method (Type)
GetProperties Method (Object, ...
GetProperties Method (Object, ...
GetProperties Method (Type, At ...
GetProperties 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.GetProperties Method
Returns the collection of properties on a component or type.
Overload List
Name
Description
TypeDescriptor.GetProperties (Object)
Returns the collection of properties for a specified component.
Supported by the .NET Compact Framework.
TypeDescriptor.GetProperties (Type)
Returns the collection of properties for a specified type of component.
Supported by the .NET Compact Framework.
TypeDescriptor.GetProperties (Object, Attribute[])
Returns the collection of properties for a specified component using a specified array of attributes as a filter.
TypeDescriptor.GetProperties (Object, Boolean)
Returns the collection of properties for a specified component using the default type descriptor.
Supported by the .NET Compact Framework.
TypeDescriptor.GetProperties (Type, Attribute[])
Returns the collection of properties for a specified type of component using a specified array of attributes as a filter.
TypeDescriptor.GetProperties (Object, Attribute[], Boolean)
Returns the collection of properties for a specified component using a specified array of attributes as a filter and using a custom type descriptor.
See Also
Reference
TypeDescriptor Class
TypeDescriptor Members
System.ComponentModel Namespace
PropertyDescriptor
PropertyDescriptorCollection
System.ComponentModel.CustomTypeDescriptor.GetProperties
GetDefaultProperty
CreateProperty
GetAttributes
GetEvents
Other Resources
How to: Access Design-Time Services
Tags :