Share via


IBaseEditorControl.GetControl Method

Returns the user control.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Function GetControl As UserControl
'Usage
Dim instance As IBaseEditorControl
Dim returnValue As UserControl

returnValue = instance.GetControl()
UserControl GetControl()
UserControl^ GetControl()
function GetControl() : UserControl
abstract GetControl : unit -> UserControl 

Return Value

Type: System.Windows.Forms.UserControl

.NET Framework Security

See Also

Reference

IBaseEditorControl Interface

IBaseEditorControl Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace