Sdílet prostřednictvím


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

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

Obor názvů:  Microsoft.VisualStudio.Data.AdoDotNet
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

  • 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í pole typu Attribute , představuje filtrované vlastnosti pro tuto instanci komponenty.

Implementuje

ICustomTypeDescriptor.GetProperties(array<Attribute[])

Poznámky

Tato metoda poskytuje implementaci GetPropertiesmetoda.Další informace naleznete GetProperties metodu knihovna tříd.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

AdoDotNetConnectionProperties Třída

GetProperties – přetížení

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