OptionPage.Control Property

Gets the user control for this option page.

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

Syntax

'Declaration
Public ReadOnly Property Control As SettingsControl
    Get
'Usage
Dim instance As OptionPage
Dim value As SettingsControl

value = instance.Control
public SettingsControl Control { get; }
public:
property SettingsControl^ Control {
    SettingsControl^ get ();
}
function get Control () : SettingsControl
member Control : SettingsControl

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Project.Common.Settings.SettingsControl

.NET Framework Security

See Also

Reference

OptionPage Class

OptionPage Members

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