Share via


ScriptEditorControl.VsUserContext Property

Returns IVsUserContext associated with this window.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors.VS (in SQLEditors.VS.dll)

Syntax

'Declaration
Protected ReadOnly Property VsUserContext As IVsUserContext
    Get
'Usage
Dim value As IVsUserContext

value = Me.VsUserContext
protected IVsUserContext VsUserContext { get; }
protected:
property IVsUserContext^ VsUserContext {
    IVsUserContext^ get ();
}
member VsUserContext : IVsUserContext
function get VsUserContext () : IVsUserContext

Property Value

Type: IVsUserContext
An IVSUserContext object.