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.Framework
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.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
PropertyDescriptor représentant la propriété par défaut de cet objet, ou nullune référence null (Nothing en Visual Basic) si cet objet ne possède pas de propriétés.
Implémentations
ICustomTypeDescriptor.GetDefaultProperty
Notes
Cette méthode fournit une implémentation de la méthode GetDefaultProperty. Pour plus d'informations, consultez la méthode 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.