Sdílet prostřednictvím


DataConnectionProperties.GetProperties – metoda (array<Attribute )

Načte kolekce popisovače aktuálně známé vlastnosti, které odpovídají zadanou sadu atributů.

Obor názvů:  Microsoft.VisualStudio.Data
Sestavení:  Microsoft.VisualStudio.Data (v Microsoft.VisualStudio.Data.dll)

Syntaxe

'Deklarace
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

Parametry

  • attributes
    Typ: array<System.Attribute[]
    Pole typu Attribute používané jako filtr definovat vlastnosti, které chcete vrátit.

Vrácená hodnota

Typ: System.ComponentModel.PropertyDescriptorCollection
Vrátí kolekci popisovače aktuálně známé vlastnosti, které odpovídají zadanou sadu atributů.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataConnectionProperties Třída

GetProperties – přetížení

Microsoft.VisualStudio.Data – obor názvů