Share via


DataConnectionProperties.ICustomTypeDescriptor.GetProperties, méthode

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

Espace de noms :  Microsoft.VisualStudio.Data
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
Private Function GetProperties As PropertyDescriptorCollection
    Implements ICustomTypeDescriptor.GetProperties
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()
private:
virtual PropertyDescriptorCollection^ GetProperties() sealed = ICustomTypeDescriptor::GetProperties
private abstract GetProperties : unit -> PropertyDescriptorCollection 
private override GetProperties : unit -> PropertyDescriptorCollection 
JScript ne prend pas en charge les implémentations d'interfaces explicites.

Valeur de retour

Type : System.ComponentModel.PropertyDescriptorCollection
Retourne PropertyDescriptorCollection représentant les propriétés de cette instance du composant.

Implémentations

ICustomTypeDescriptor.GetProperties()

Notes

Cette méthode fournit une implémentation de la méthode d' GetProperties .Pour plus d'informations sur la méthode d' GetProperties dans la bibliothèque de classes d' .NET Framework .

Vous pouvez retourner Empty si aucune valeur n'est spécifiée.Cette méthode ne doit jamais retourner nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

DataConnectionProperties Classe

GetProperties, surcharge

Microsoft.VisualStudio.Data, espace de noms