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
'宣言
Protected ReadOnly Property ConnectionUIProperties As IVsDataConnectionUIProperties
'使用
Dim value As IVsDataConnectionUIProperties
value = Me.ConnectionUIProperties
protected IVsDataConnectionUIProperties ConnectionUIProperties { get; }
protected:
property IVsDataConnectionUIProperties^ ConnectionUIProperties {
IVsDataConnectionUIProperties^ get ();
}
protected function get ConnectionUIProperties () : IVsDataConnectionUIProperties
Property Value
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionUIProperties
The current IVsDataConnectionUIProperties object instance used in this class.
Permissions
- 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.
See Also
Reference
DataConnectionPromptDialog Class