ScriptEditorControl.m_Editor Field

Specifies the script editor.

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

Syntax

'Declaration
Protected m_Editor As ShellCodeWindowControl
'Usage
Dim value As ShellCodeWindowControl

value = Me.m_Editor

Me.m_Editor = value
protected ShellCodeWindowControl m_Editor
protected:
ShellCodeWindowControl^ m_Editor
val mutable m_Editor: ShellCodeWindowControl
protected var m_Editor : ShellCodeWindowControl