Sdílet prostřednictvím


DataConnectionProperties.ICustomTypeDescriptor.GetProperties – metoda (array<Attribute )

Načte vlastnosti určené instance komponenty pomocí atributu pole jako filtr.

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

Syntaxe

'Deklarace
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 
Jazyk JScript nepodporuje explicitní implementace rozhraní.

Parametry

Vrácená hodnota

Typ: System.ComponentModel.PropertyDescriptorCollection
Vrátí pole typu Attribute , představuje filtrované vlastnosti pro tuto instanci komponenty.

Implementuje

ICustomTypeDescriptor.GetProperties(array<Attribute[])

Poznámky

Tato metoda poskytuje implementaci GetProperties metoda.Další informace naleznete GetProperties(System.Attribute[]) metodu knihovna tříd.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataConnectionProperties Třída

GetProperties – přetížení

Microsoft.VisualStudio.Data – obor názvů