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.Framework
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.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 : PropertyDescriptorCollection
Collection d'PropertyDescriptorCollection représentant des propriétés pour cette instance composant.

Implémentations

ICustomTypeDescriptor.GetProperties

Notes

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

Vous pouvez retourner Empty si aucune propriété 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.Framework, espace de noms