AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetProperties – metoda (array<Attribute )
Popis tohoto člena, viz GetProperties.
Obor názvů: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Sestavení: Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.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 atributů, které chcete použít jako filtr.To může být null .
Vrácená hodnota
Typ: System.ComponentModel.PropertyDescriptorCollection
Vrátí vlastnosti pro tuto instanci komponenty.
Implementuje
ICustomTypeDescriptor.GetProperties(array<Attribute[])
Poznámky
Tento člen je explicitní členské implementace rozhraní.Lze použít pouze tehdy, když ConnectionStringBuilder je přetypovat na ICustomTypeDescriptor rozhraní.
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.
Viz také
Referenční dokumentace
AdoDotNetConnectionProperties Třída
Microsoft.VisualStudio.Data.Framework.AdoDotNet – obor názvů