When implemented by a class, gets the current user control as a UserControl object.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
ReadOnly Property Control As UserControl
'使用
Dim instance As IVsDataConnectionUIControl
Dim value As UserControl
value = instance.Control
UserControl Control { get; }
property UserControl^ Control {
UserControl^ get ();
}
function get Control () : UserControl
Property Value
Type: System.Windows.Forms.UserControl
A UserControl object.
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
IVsDataConnectionUIControl Interface
IVsDataConnectionUIControl Members
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace