ToolsOptionsBaseControl<TOptions>.Current Property
Gets the user controls that are shown on one of the tabs in the Tools menu, Options submenu.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Protected ReadOnly Property Current As TOptions
Get
'Usage
Dim value As TOptions
value = Me.Current
protected TOptions Current { get; }
protected:
property TOptions Current {
TOptions get ();
}
member Current : 'TOptions
function get Current () : TOptions
Property Value
Type: TOptions
Returns the ToolsOptionsBaseControl<TOptions> class associated with this instance.
See Also
Reference
ToolsOptionsBaseControl<TOptions> Class
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace