Share via


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

See Also

Reference

IVsDataConnectionUIControl Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace