Freigeben über


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

Ruft die Auflistung von Deskriptoren angefangen von bekannten Eigenschaften ab, die einen angegebenen Satz Attribute entsprechen.

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

Syntax

'Declaration
Protected Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection
protected PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)
protected:
PropertyDescriptorCollection^ GetProperties(
    array<Attribute^>^ attributes
)
member GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection
protected function GetProperties(
    attributes : Attribute[]
) : PropertyDescriptorCollection

Parameter

  • attributes
    Typ: array<Attribute[]

    Ein Array vom Typ Attribute, der als Filter verwendet wird, um zu definieren, der die Eigenschaften zurückgegeben werden sollen.

Rückgabewert

Typ: PropertyDescriptorCollection
Eine Auflistung Deskriptoren angefangen von bekannten Eigenschaften, die einen angegebenen Satz Attribute entsprechen.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataConnectionProperties Klasse

GetProperties-Überladung

Microsoft.VisualStudio.Data.Framework-Namespace