Freigeben über


DataConnectionProperties.ICustomTypeDescriptor.GetDefaultProperty-Methode

Ruft die Standardeigenschaft für das angegebene Objekt ab.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.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
Gibt PropertyDescriptor zurück, das die Standardeigenschaft für dieses Objekt darstellt nullein Nullverweis (Nothing in Visual Basic) oder gibt zurück, wenn dieses Objekt keine Eigenschaften verfügt.

Implementiert

ICustomTypeDescriptor.GetDefaultProperty

Hinweise

Diese Methode stellt eine Implementierung der Methode GetDefaultProperty. Weitere Informationen finden Sie unter GetDefaultProperty die Methode in der .NET Framework-Klassenbibliothek.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataConnectionProperties Klasse

Microsoft.VisualStudio.Data-Namespace