AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetProperties Méthode

Définition

Surcharges

ICustomTypeDescriptor.GetProperties()

Récupère les propriétés de l’instance spécifiée d’un composant.

ICustomTypeDescriptor.GetProperties(Attribute[])

Récupère les propriétés de l’instance spécifiée d’un composant à l’aide du tableau d’attributs comme filtre.

ICustomTypeDescriptor.GetProperties()

Récupère les propriétés de l’instance spécifiée d’un composant.

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

Retours

PropertyDescriptorCollection

Retourne un PropertyDescriptorCollection qui représente les propriétés de cette instance de composant.

Implémente

S’applique à

ICustomTypeDescriptor.GetProperties(Attribute[])

Récupère les propriétés de l’instance spécifiée d’un composant à l’aide du tableau d’attributs comme filtre.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties (Attribute[] attributes);
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 pour définir les propriétés à retourner.

Retours

PropertyDescriptorCollection

Retourne un tableau de type Attribute qui représente les propriétés filtrées pour cette instance de composant.

Implémente

S’applique à