Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
UserControl Control { get; }
property UserControl^ Control {
UserControl^ get ();
}
abstract Control : UserControl
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