Sdílet prostřednictvím


DataViewBrowseObject.GetProperties – metoda (array<Attribute )

Načte PropertyDescriptorCollection kolekce vlastností, které odpovídají určených atributů pro aktuální objekt Procházet.

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

Syntaxe

'Deklarace
Public Overridable Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection
public virtual PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)
public:
virtual PropertyDescriptorCollection^ GetProperties(
    array<Attribute^>^ attributes
)
abstract GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
override GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
public function GetProperties(
    attributes : Attribute[]
) : PropertyDescriptorCollection

Parametry

Vrácená hodnota

Typ: System.ComponentModel.PropertyDescriptorCollection
Vrátí PropertyDescriptorCollection procházení kolekce obsahují vlastnosti, které odpovídají určených atributů pro aktuální objekt.

Implementuje

ICustomTypeDescriptor.GetProperties(array<Attribute[])

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataViewBrowseObject Třída

GetProperties – přetížení

Microsoft.VisualStudio.Data.Framework – obor názvů