DataConnectionPromptDialog.ConnectionUIProperties Property
Gets the current IVsDataConnectionUIProperties object instance used in this class.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected ReadOnly Property ConnectionUIProperties As IVsDataConnectionUIProperties
Get
protected IVsDataConnectionUIProperties ConnectionUIProperties { get; }
protected:
property IVsDataConnectionUIProperties^ ConnectionUIProperties {
IVsDataConnectionUIProperties^ get ();
}
member ConnectionUIProperties : IVsDataConnectionUIProperties
function get ConnectionUIProperties () : IVsDataConnectionUIProperties
Property Value
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionUIProperties
The current IVsDataConnectionUIProperties object instance used in this class.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.