TypeDescriptor.GetPropertiesFromRegisteredType Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.