다음을 통해 공유


TextViewErrors Enumeration

General definitions for text view errors.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

‘선언
Public Enumeration TextViewErrors
‘사용 방법
Dim instance As 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:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace