AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetDefaultProperty-Methode
Ruft die Standardeigenschaft für das angegebene Objekt ab.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
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 unterstützt keine expliziten Schnittstellenimplementierungen
Rückgabewert
Typ: PropertyDescriptor
PropertyDescriptor , das die Standardeigenschaft für dieses Objekt darstellt, oder nullein Nullverweis (Nothing in Visual Basic), wenn dieses Objekt keine Eigenschaften verfügt.
Implementiert
ICustomTypeDescriptor.GetDefaultProperty
Hinweise
Diese Methode stellt eine Implementierung der GetDefaultProperty-Methode. Weitere Informationen finden Sie die GetDefaultProperty-Methode in der .NET Framework-Klassenbibliothek.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.