Freigeben über


AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetProperties-Methode (array<Attribute[])

Eine Beschreibung dieses Members finden Sie unter GetProperties.

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

Syntax

'Declaration
Private Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(
    Attribute[] attributes
)
private:
virtual PropertyDescriptorCollection^ GetProperties(
    array<Attribute^>^ attributes
) sealed = ICustomTypeDescriptor::GetProperties
private abstract GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection  
private override GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection
JScript unterstützt keine expliziten Schnittstellenimplementierungen

Parameter

  • attributes
    Typ: array<Attribute[]

    Ein Array von Attributen, das als Filter verwendet werden soll. Dieser Wert kann nullein Nullverweis (Nothing in Visual Basic) sein.

Rückgabewert

Typ: PropertyDescriptorCollection
Gibt die Eigenschaften für diese Instanz einer Komponente zurück.

Implementiert

ICustomTypeDescriptor.GetProperties(Attribute)

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Die Verwendung ist nur möglich, wenn die ConnectionStringBuilder in eine ICustomTypeDescriptor-Schnittstelle umgewandelt wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

AdoDotNetConnectionProperties Klasse

GetProperties-Überladung

Microsoft.VisualStudio.Data.Framework.AdoDotNet-Namespace