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
- attributes
Typ: array<System.Attribute[]
Pole typu Attribute používané jako filtr.
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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.