TypeDescriptor.GetPropertiesFromRegisteredType Método

Definición

Sobrecargas

GetPropertiesFromRegisteredType(Type)

Obtiene una colección de propiedades para un tipo especificado.

GetPropertiesFromRegisteredType(Object)

Obtiene una colección de propiedades para un componente especificado.

GetPropertiesFromRegisteredType(Type)

Obtiene una colección de propiedades para un tipo especificado.

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

Parámetros

componentType
Type

Devoluciones

Se aplica a

GetPropertiesFromRegisteredType(Object)

Obtiene una colección de propiedades para un componente especificado.

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

Parámetros

component
Object

Devoluciones

Se aplica a