PropertiesTab.GetProperties 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í.
Obtiene las propiedades del componente especificado.
Sobrecargas
| Nombre | Description |
|---|---|
| GetProperties(Object, Attribute[]) |
Obtiene las propiedades del componente especificado que coinciden con los atributos especificados. |
| GetProperties(ITypeDescriptorContext, Object, Attribute[]) |
Obtiene las propiedades del componente especificado que coinciden con los atributos y el contexto especificados. |
GetProperties(Object, Attribute[])
- Source:
- PropertiesTab.cs
- Source:
- PropertiesTab.cs
- Source:
- PropertiesTab.cs
- Source:
- PropertiesTab.cs
- Source:
- PropertiesTab.cs
Obtiene las propiedades del componente especificado que coinciden con los atributos especificados.
public:
override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection? GetProperties(object component, Attribute[]? attributes);
override this.GetProperties : obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (component As Object, attributes As Attribute()) As PropertyDescriptorCollection
Parámetros
- component
- Object
Componente del que se van a recuperar las propiedades.
- attributes
- Attribute[]
Matriz de tipo Attribute que indica los atributos de las propiedades que se van a recuperar.
Devoluciones
que PropertyDescriptorCollection contiene las propiedades.
Consulte también
Se aplica a
GetProperties(ITypeDescriptorContext, Object, Attribute[])
- Source:
- PropertiesTab.cs
- Source:
- PropertiesTab.cs
- Source:
- PropertiesTab.cs
- Source:
- PropertiesTab.cs
- Source:
- PropertiesTab.cs
Obtiene las propiedades del componente especificado que coinciden con los atributos y el contexto especificados.
public:
override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::ComponentModel::ITypeDescriptorContext ^ context, System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object component, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection? GetProperties(System.ComponentModel.ITypeDescriptorContext? context, object component, Attribute[]? attributes);
override this.GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (context As ITypeDescriptorContext, component As Object, attributes As Attribute()) As PropertyDescriptorCollection
Parámetros
- context
- ITypeDescriptorContext
que ITypeDescriptorContext indica el contexto del que se van a recuperar las propiedades.
- component
- Object
Componente del que se van a recuperar las propiedades.
- attributes
- Attribute[]
Matriz de tipo Attribute que indica los atributos de las propiedades que se van a recuperar.
Devoluciones
que PropertyDescriptorCollection contiene las propiedades que coinciden con el contexto y los atributos especificados.