IVsDataConnectionUIControl.Control Property
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
'Declaration
ReadOnly Property Control As UserControl
'Usage
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.
.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.
See Also
Reference
IVsDataConnectionUIControl Interface
IVsDataConnectionUIControl Members
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace