ShellTextViewControl Class

Definition

public ref class ShellTextViewControl : Microsoft::SqlServer::Management::UI::VSIntegration::ShellTextEditorControl, Microsoft::VisualStudio::TextManager::Interop::VsCodeWindow
public class ShellTextViewControl : Microsoft.SqlServer.Management.UI.VSIntegration.ShellTextEditorControl, Microsoft.VisualStudio.TextManager.Interop.VsCodeWindow
type ShellTextViewControl = class
    inherit ShellTextEditorControl
    interface VsCodeWindow
    interface IVsCodeWindow
Public Class ShellTextViewControl
Inherits ShellTextEditorControl
Implements VsCodeWindow
Inheritance
ShellTextViewControl
Implements

Constructors

Name Description
ShellTextViewControl()

Fields

Name Description
codeWindowStyle
colorCategoryGuid
commandFilter
languageServiceDefaultGuid (Inherited from ShellTextEditorControl)
languageServiceGuid (Inherited from ShellTextEditorControl)
m_borderStyle (Inherited from ShellTextEditorControl)
m_bWantCustomPopupMenu (Inherited from ShellTextEditorControl)
m_sp (Inherited from ShellTextEditorControl)
m_strFontCategoryGuid
m_textBuffer (Inherited from ShellTextEditorControl)
m_textCmdTarget (Inherited from ShellTextEditorControl)
m_textView
textViewFlags
textViewInit
textWindowPane (Inherited from ShellTextEditorControl)
textWndFrameNotify (Inherited from ShellTextEditorControl)
vsCodeWindowManager

Properties

Name Description
BorderStyle (Inherited from ShellTextEditorControl)
CodeWindowStyle
ColorCategoryGuid
CreateParams (Inherited from ShellTextEditorControl)
CurrentView
DocData (Inherited from ShellTextEditorControl)
EditorHandle (Inherited from ShellTextEditorControl)
FindTarget
FontCategoryGuid
IsEditorInstanceCreated
LanguageService (Inherited from ShellTextEditorControl)
LanguageServiceDefault (Inherited from ShellTextEditorControl)
TextBuffer (Inherited from ShellTextEditorControl)
TextView
WantCustomPopupMenu (Inherited from ShellTextEditorControl)
WithEncoding (Inherited from ShellTextEditorControl)
WithSelectionMargin
WithWidgetMargin

Methods

Name Description
ApplyLS(Guid) (Inherited from ShellTextEditorControl)
CreateAndInitEditorWindow(Object) (Inherited from ShellTextEditorControl)
CreateAndInitTextBuffer(Object) (Inherited from ShellTextEditorControl)
CreateEditorWindow(Object)
CreateHandle() (Inherited from ShellTextEditorControl)
Dispose(Boolean)
DisposeCodeWindowManager()
Exec(Guid, UInt32, UInt32, IntPtr, IntPtr) (Inherited from ShellTextEditorControl)
GetCoordinatesForPopupMenu(Object[], Int32, Int32) (Inherited from ShellTextEditorControl)
LoadViewState(IStream) (Inherited from ShellTextEditorControl)
OnDockableChange(Int32) (Inherited from ShellTextEditorControl)
OnGotFocus(EventArgs) (Inherited from ShellTextEditorControl)
OnMove() (Inherited from ShellTextEditorControl)
OnShow(Int32) (Inherited from ShellTextEditorControl)
OnSize() (Inherited from ShellTextEditorControl)
OnSizeChanged(EventArgs) (Inherited from ShellTextEditorControl)
OnTextBufferCreated(ShellTextBuffer)
PrepareForHandleRecreation() (Inherited from ShellTextEditorControl)
PreProcessMessage(Message) (Inherited from ShellTextEditorControl)
QueryStatus(Guid, UInt32, OLECMD[], IntPtr) (Inherited from ShellTextEditorControl)
Release(Object) (Inherited from ShellTextEditorControl)
SaveViewState(IStream) (Inherited from ShellTextEditorControl)
ShouldDistroyNativeControl() (Inherited from ShellTextEditorControl)
SinkEventsAndCacheInterfaces()
UnsinkEventsAndFreeInterfaces()
VerifyBeforeInstanceProperty() (Inherited from ShellTextEditorControl)
WndProc(Message) (Inherited from ShellTextEditorControl)

Events

Name Description
ShowPopupMenu (Inherited from ShellTextEditorControl)

Explicit Interface Implementations

Name Description
IVsCodeWindow.Close()
IVsCodeWindow.GetBuffer(IVsTextLines)
IVsCodeWindow.GetEditorCaption(READONLYSTATUS, String)
IVsCodeWindow.GetLastActiveView(IVsTextView)
IVsCodeWindow.GetPrimaryView(IVsTextView)
IVsCodeWindow.GetSecondaryView(IVsTextView)
IVsCodeWindow.GetViewClassID(Guid)
IVsCodeWindow.SetBaseEditorCaption(String[])
IVsCodeWindow.SetBuffer(IVsTextLines)
IVsCodeWindow.SetViewClassID(Guid)
IVsTextViewEvents.OnChangeCaretLine(IVsTextView, Int32, Int32) (Inherited from ShellTextEditorControl)
IVsTextViewEvents.OnChangeScrollInfo(IVsTextView, Int32, Int32, Int32, Int32, Int32) (Inherited from ShellTextEditorControl)
IVsTextViewEvents.OnKillFocus(IVsTextView) (Inherited from ShellTextEditorControl)
IVsTextViewEvents.OnSetBuffer(IVsTextView, IVsTextLines) (Inherited from ShellTextEditorControl)
IVsTextViewEvents.OnSetFocus(IVsTextView) (Inherited from ShellTextEditorControl)

Applies to