TypeDescriptor.GetPropertiesFromRegisteredType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetPropertiesFromRegisteredType(Type) |
Gets a collection of properties for a specified type. |
GetPropertiesFromRegisteredType(Object) |
Gets a collection of properties for a specified component. |
GetPropertiesFromRegisteredType(Type)
Gets a collection of properties for a specified type.
public:
static System::ComponentModel::PropertyDescriptorCollection ^ GetPropertiesFromRegisteredType(Type ^ componentType);
public static System.ComponentModel.PropertyDescriptorCollection GetPropertiesFromRegisteredType (Type componentType);
static member GetPropertiesFromRegisteredType : Type -> System.ComponentModel.PropertyDescriptorCollection
Public Shared Function GetPropertiesFromRegisteredType (componentType As Type) As PropertyDescriptorCollection
Parameters
Returns
A PropertyDescriptorCollection with the properties for a specified type of component.
Applies to
GetPropertiesFromRegisteredType(Object)
Gets a collection of properties for a specified component.
public:
static System::ComponentModel::PropertyDescriptorCollection ^ GetPropertiesFromRegisteredType(System::Object ^ component);
public static System.ComponentModel.PropertyDescriptorCollection GetPropertiesFromRegisteredType (object component);
static member GetPropertiesFromRegisteredType : obj -> System.ComponentModel.PropertyDescriptorCollection
Public Shared Function GetPropertiesFromRegisteredType (component As Object) As PropertyDescriptorCollection
Parameters
- component
- Object
A component to get the properties for.
Returns
A PropertyDescriptorCollection with the properties for the specified component.