TextViewErrors Enumeration
Visual Studio 2015
General definitions for text view errors.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| VIEW_E_LOCATION_HIDDEN | The location you referenced (moving selection to, scrolling into view, etc.) is not presently visible in this view. | |
| VIEW_E_NO_BOOKMARKS | There are no bookmarks to navigate to or delete. | |
| VIEW_E_NO_DEBUGGER | There is no debugger available to handle the requested command. | |
| VIEW_E_USERREADONLY | This file cannot be modified in the editor. |
From textmgr.idl:
Show: