DataConnectionProperties.ICustomTypeDescriptor.GetDefaultProperty, méthode
Récupère la propriété par défaut pour l'objet spécifié.
Espace de noms : Microsoft.VisualStudio.Data
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Private Function GetDefaultProperty As PropertyDescriptor
Implements ICustomTypeDescriptor.GetDefaultProperty
PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
private:
virtual PropertyDescriptor^ GetDefaultProperty() sealed = ICustomTypeDescriptor::GetDefaultProperty
private abstract GetDefaultProperty : unit -> PropertyDescriptor
private override GetDefaultProperty : unit -> PropertyDescriptor
JScript ne prend pas en charge les implémentations d'interfaces explicites.
Valeur de retour
Type : PropertyDescriptor
Retourne PropertyDescriptor représentant la propriété par défaut de cet objet, ou retourne nullune référence null (Nothing en Visual Basic) si cet objet n'a pas de propriétés.
Implémentations
ICustomTypeDescriptor.GetDefaultProperty
Notes
Cette méthode fournit une implémentation de la méthode d' GetDefaultProperty . Pour plus d'informations sur la méthode d' GetDefaultProperty dans la bibliothèque de classes d' .NET Framework .
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.