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
- 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
Microsoft.VisualStudio.Data.Schema.Project.Common.UI.Settings Namespace