Freigeben über


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

Ruft die Eigenschaften für die angegebene Instanz einer Komponente mithilfe des Attributarrays als Filter ab.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.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 vom Typ Attribute, das als Filter verwendet wird.

Rückgabewert

Typ: PropertyDescriptorCollection
Gibt ein Array vom Typ Attribute zurück, der die gefilterten Eigenschaften für diese Instanz darstellt.

Implementiert

ICustomTypeDescriptor.GetProperties(Attribute)

Hinweise

Diese Methode stellt eine Implementierung der Methode GetProperties. Weitere Informationen finden Sie unter GetProperties(System.Attribute[]) die Methode in der .NET Framework-Klassenbibliothek.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataConnectionProperties Klasse

GetProperties-Überladung

Microsoft.VisualStudio.Data-Namespace