AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetProperties Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| ICustomTypeDescriptor.GetProperties() |
Pour obtenir une description de ce membre, consultez GetProperties(). |
| ICustomTypeDescriptor.GetProperties(Attribute[]) |
Pour obtenir une description de ce membre, consultez GetProperties(). |
ICustomTypeDescriptor.GetProperties()
Pour obtenir une description de ce membre, consultez GetProperties().
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
Retourne les propriétés pour cette instance d’un composant.
Implémente
S’applique à
ICustomTypeDescriptor.GetProperties(Attribute[])
Pour obtenir une description de ce membre, consultez GetProperties().
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 d'attributs à utiliser comme filtre. Peut être Null.
Retours
Retourne les propriétés pour cette instance d’un composant.