Bewerken

Delen via


TypeDescriptor.GetPropertiesFromRegisteredType Method

Definition

Overloads

GetPropertiesFromRegisteredType(Type)
GetPropertiesFromRegisteredType(Object)

GetPropertiesFromRegisteredType(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

componentType
Type

Returns

Applies to

GetPropertiesFromRegisteredType(Object)

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

Returns

Applies to