AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetProperties – metoda
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 As PropertyDescriptorCollection
Implements ICustomTypeDescriptor.GetProperties
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()
private:
virtual PropertyDescriptorCollection^ GetProperties() sealed = ICustomTypeDescriptor::GetProperties
private abstract GetProperties : unit -> PropertyDescriptorCollection
private override GetProperties : unit -> PropertyDescriptorCollection
Jazyk JScript nepodporuje explicitní implementace rozhraní.
Vrácená hodnota
Typ: System.ComponentModel.PropertyDescriptorCollection
Vrátí vlastnosti pro tuto instanci komponenty.
Implementuje
ICustomTypeDescriptor.GetProperties()
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ů