TextViewErrors Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
General definitions for text view errors.
public enum class TextViewErrors
public enum class TextViewErrors
enum TextViewErrors
public enum TextViewErrors
type TextViewErrors =
Public Enum TextViewErrors
- Inheritance
-
TextViewErrors
Fields
Name | Value | Description |
---|---|---|
VIEW_E_NO_BOOKMARKS | -2147213311 | There are no bookmarks to navigate to or delete. |
VIEW_E_NO_DEBUGGER | -2147213310 | There is no debugger available to handle the requested command. |
VIEW_E_USERREADONLY | -2147213308 | This file cannot be modified in the editor. |
-2147213307 | The location you referenced (moving selection to, scrolling into view, etc.) is not presently visible in this view. |
Remarks
COM Signature
From textmgr.idl: