Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
General definitions for text view errors.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Enumeration TextViewErrors
public enum TextViewErrors
public enum class TextViewErrors
type TextViewErrors
public enum TextViewErrors
Members
Member name | Description | |
---|---|---|
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. | |
VIEW_E_LOCATION_HIDDEN | The location you referenced (moving selection to, scrolling into view, etc.) is not presently visible in this view. |
Remarks
COM Signature
From textmgr.idl: