SimpleEditorView Class
The abstract class that represents a generalized simple editor view.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Microsoft.VisualStudio.Package::SimpleEditorView
Microsoft.VisualStudio.Package::EditorControl
| Name | Description | |
|---|---|---|
![]() | SimpleEditorView(IVsTextLines^) | Initializes a new instance of SimpleEditorView for the supplied text buffer. |
| Name | Description | |
|---|---|---|
![]() | Buffer | Gets or sets the text buffer. |
![]() | ComponentId | Gets or sets the component ID of the editor view. |
![]() | ComponentManager | Gets or sets the component manager for this view. |
![]() | MenuCommandService | |
![]() | Site | Gets or sets the IServiceProvider for this view. |
| Name | Description | |
|---|---|---|
![]() | ClosePane() | Closes the window and unregisters the component. |
![]() | CommitPendingEdit(Int32) | Commits any changes made to the file. |
![]() | CreatePaneWindow(IntPtr, Int32, Int32, Int32, Int32, IntPtr) | Creates the window. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Exec(Guid, UInt32, UInt32, IntPtr, IntPtr) | Executes the specified command. |
![]() | FContinueMessageLoop(UInt32, IntPtr, array<MSG>^) | Called during each iteration of the message loop. |
![]() | FDoIdle(UInt32) | Called to do idle time tasks. |
![]() | Finalize() | (Inherited from Object.) |
![]() | FPreTranslateMessage(array<MSG>^) | Called to process or modify the message before it is translated and dispatched. |
![]() | FQueryTerminate(Int32) | Called when the component manager wishes to know whether the view is in a state in which it can terminate. |
![]() | FReserved1(UInt32, UInt32, IntPtr, IntPtr) | Reserved method. |
![]() | GetDefaultSize(array<SIZE>^) | Gets the default size of the window. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | HwndGetWindow(UInt32, UInt32) | Gets a window associated with the component. |
![]() | IsSupported(IDataObject^) | Determines whether the toolbox user supports the referenced data object. |
![]() | ItemPicked(IDataObject^) | Sends notification that an item in the toolbox has been selected (by clicking the mouse or by pressing ENTER). |
![]() | LoadViewState(IStream^) | When implemented in a derived class, loads the view state of the window pane. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnActivationChange(IOleComponent^, Int32, array<OLECRINFO>^, Int32, array<OLECHOSTINFO>^, UInt32) | Called when a new object is being activated. |
![]() | OnAppActivate(Int32, UInt32) | Notifies the component whenever the host application is activated or deactivated. |
![]() | OnEnterState(UInt32, Int32) | Notifies the view when the application enters or exits a given state. |
![]() | OnLoseActivation() | Notifies the active view that it has lost its active status because the host or another component has become active. |
![]() | QueryStatus(Guid, UInt32, array<OLECMD>^, IntPtr) | Gets the status of the specified commands. |
![]() | SaveViewState(IStream^) | Saves the loaded view state. |
![]() | SetInfo() | Sets the information in the status bar to reflect this view. |
![]() | SetSite(IServiceProvider^) | Initializes this view. |
![]() | Terminate() | Called by the component manager when it wishes to terminate the view's registration. |
![]() | ToString() | (Inherited from Object.) |
![]() | TranslateAccelerator(array<MSG>^) | Handles the translation of special navigation keys. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


