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
UserControl Control { get; }
property UserControl^ Control {
UserControl^ get ();
}
abstract Control : UserControl with 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
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace