DbDataRecord.ICustomTypeDescriptor.GetProperties Método

Definición

Sobrecargas

ICustomTypeDescriptor.GetProperties()

Devuelve las propiedades para esta instancia de un componente.

ICustomTypeDescriptor.GetProperties(Attribute[])

Devuelve las propiedades para esta instancia de un componente usando la matriz de atributos como filtro.

ICustomTypeDescriptor.GetProperties()

Devuelve las propiedades para esta instancia de un componente.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties() = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties () As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Devoluciones

PropertyDescriptorCollection

Un PropertyDescriptorCollection que representa las propiedades de esta instancia de componente.

Implementaciones

Comentarios

Para obtener más información, vea GetProperties.

Consulte también

Se aplica a

ICustomTypeDescriptor.GetProperties(Attribute[])

Devuelve las propiedades para esta instancia de un componente usando la matriz de atributos como filtro.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Parámetros

attributes
Attribute[]

Matriz de tipo Attribute que se usa como filtro.

Devoluciones

PropertyDescriptorCollection

PropertyDescriptorCollection que representa las propiedades filtradas de esta instancia de componente.

Implementaciones

Comentarios

Para obtener más información, vea GetProperties.

Consulte también

Se aplica a