DbConnectionStringBuilder.ICustomTypeDescriptor.GetProperties Método

Definição

Devolve as propriedades para esta instância de um componente.

Sobrecargas

Name Description
ICustomTypeDescriptor.GetProperties()

Devolve as propriedades para esta instância de um componente.

ICustomTypeDescriptor.GetProperties(Attribute[])

Devolve as propriedades para esta instância de um componente usando o array de atributos como filtro.

ICustomTypeDescriptor.GetProperties()

Devolve as propriedades para esta instância 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

Devoluções

A PropertyDescriptorCollection que representa as propriedades desta instância componente.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a DbConnectionStringBuilder instância é transmitida para uma ICustomTypeDescriptor interface.

Para obter mais informações, veja GetProperties.

Ver também

Aplica-se a

ICustomTypeDescriptor.GetProperties(Attribute[])

Devolve as propriedades para esta instância de um componente usando o array 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[]

Um array de tipos Attribute que é usado como filtro.

Devoluções

A PropertyDescriptorCollection que representa as propriedades filtradas para esta instância componente.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a DbConnectionStringBuilder instância é transmitida para uma ICustomTypeDescriptor interface.

Para obter mais informações, veja GetProperties.

Ver também

Aplica-se a