DbConnectionStringBuilder.ICustomTypeDescriptor.GetProperties Método

Definição

Retorna as propriedades desta instância de um componente.Returns the properties for this instance of a component.

Sobrecargas

ICustomTypeDescriptor.GetProperties()

Retorna as propriedades desta instância de um componente.Returns the properties for this instance of a component.

ICustomTypeDescriptor.GetProperties(Attribute[])

Retorna as propriedades desta instância de um componente usando a matriz de atributos como um filtro.Returns the properties for this instance of a component using the attribute array as a filter.

ICustomTypeDescriptor.GetProperties()

Retorna as propriedades desta instância de um componente.Returns the properties for this instance of a component.

 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

Um PropertyDescriptorCollection que representa as propriedades da instância deste componente.A PropertyDescriptorCollection that represents the properties for this component instance.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de DbConnectionStringBuilder é convertida em uma interface de ICustomTypeDescriptor.It can be used only when the DbConnectionStringBuilder instance is cast to an ICustomTypeDescriptor interface.

Para obter mais informações, consulte GetProperties.For more information, see GetProperties.

Aplica-se a

ICustomTypeDescriptor.GetProperties(Attribute[])

Retorna as propriedades desta instância de um componente usando a matriz de atributos como um filtro.Returns the properties for this instance of a component using the attribute array as a filter.

 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.An array of type Attribute that is used as a filter.

Retornos

PropertyDescriptorCollection

Um PropertyDescriptorCollection que representa as propriedades filtradas da instância deste componente.A PropertyDescriptorCollection that represents the filtered properties for this component instance.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de DbConnectionStringBuilder é convertida em uma interface de ICustomTypeDescriptor.It can be used only when the DbConnectionStringBuilder instance is cast to an ICustomTypeDescriptor interface.

Para obter mais informações, consulte GetProperties.For more information, see GetProperties.

Aplica-se a