DbConnectionStringBuilder.ICustomTypeDescriptor.GetProperties Méthode

Définition

Retourne les propriétés de cette instance d’un composant.

Surcharges

Nom Description
ICustomTypeDescriptor.GetProperties()

Retourne les propriétés de cette instance d’un composant.

ICustomTypeDescriptor.GetProperties(Attribute[])

Retourne les propriétés de cette instance d’un composant à l’aide du tableau d’attributs en tant que filtre.

ICustomTypeDescriptor.GetProperties()

Retourne les propriétés de cette instance d’un composant.

 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

Retours

Qui PropertyDescriptorCollection représente les propriétés de cette instance de composant.

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance DbConnectionStringBuilder est convertie en ICustomTypeDescriptor interface.

Pour plus d’informations, consultez GetProperties.

Voir aussi

S’applique à

ICustomTypeDescriptor.GetProperties(Attribute[])

Retourne les propriétés de cette instance d’un composant à l’aide du tableau d’attributs en tant que filtre.

 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

Paramètres

attributes
Attribute[]

Tableau de type Attribute utilisé comme filtre.

Retours

Qui PropertyDescriptorCollection représente les propriétés filtrées pour cette instance de composant.

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance DbConnectionStringBuilder est convertie en ICustomTypeDescriptor interface.

Pour plus d’informations, consultez GetProperties.

Voir aussi

S’applique à