Freigeben über


AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetProperties-Methode

Ruft die Eigenschaften für die bestimmte Instanz einer Komponente ab.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
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 unterstützt keine expliziten Schnittstellenimplementierungen

Rückgabewert

Typ: PropertyDescriptorCollection
Gibt PropertyDescriptorCollection zurück, die die Eigenschaften für diese Komponente darstellt.

Implementiert

ICustomTypeDescriptor.GetProperties

Hinweise

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

Sie können Empty zurückgeben, wenn keine Eigenschaften angegeben werden. Diese Methode sollte nie nullein Nullverweis (Nothing in Visual Basic) zurückgeben.

.NET Framework-Sicherheit

Siehe auch

Referenz

AdoDotNetConnectionProperties Klasse

GetProperties-Überladung

Microsoft.VisualStudio.Data.AdoDotNet-Namespace