DataConnectionPromptDialog.ConnectionUIProperties – vlastnost
Načte aktuální IVsDataConnectionUIProperties instance objektu v této třídy.
Obor názvů: Microsoft.VisualStudio.Data.Framework
Sestavení: Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Deklarace
Protected ReadOnly Property ConnectionUIProperties As IVsDataConnectionUIProperties
protected IVsDataConnectionUIProperties ConnectionUIProperties { get; }
protected:
property IVsDataConnectionUIProperties^ ConnectionUIProperties {
IVsDataConnectionUIProperties^ get ();
}
member ConnectionUIProperties : IVsDataConnectionUIProperties
function get ConnectionUIProperties () : IVsDataConnectionUIProperties
Hodnota vlastnosti
Typ: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionUIProperties
Aktuální IVsDataConnectionUIProperties instance objektu v této třídy.
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.