DataConnectionProperties.ICustomTypeDescriptor.GetProperties Método

Definição

Sobrecargas

ICustomTypeDescriptor.GetProperties()

Recupera as propriedades da instância especificada de um componente.

ICustomTypeDescriptor.GetProperties(Attribute[])

Recupera as propriedades da instância especificada de um componente, usando a matriz de atributo como um filtro.

ICustomTypeDescriptor.GetProperties()

Recupera as propriedades da instância especificada de um 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

Retornos

PropertyDescriptorCollection

Uma PropertyDescriptorCollection coleção que representa as propriedades desta instância de componente.

Implementações

Aplica-se a

ICustomTypeDescriptor.GetProperties(Attribute[])

Recupera as propriedades da instância especificada de um componente, usando a matriz de atributo como um 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[]

Uma matriz do tipo Attribute que é usada como um filtro para definir quais propriedades retornar.

Retornos

PropertyDescriptorCollection

Uma coleção de descritores de propriedades conhecidas no momento que correspondem a um conjunto especificado de atributos.

Implementações

Aplica-se a