TextBufferErrors Enumeration

General definitions for text buffer errors.

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

Syntax

'Déclaration
Public Enumeration TextBufferErrors
'Utilisation
Dim instance As TextBufferErrors
public enum TextBufferErrors
public enum class TextBufferErrors
type TextBufferErrors
public enum TextBufferErrors

Members

Member name Description
BUFFER_E_READONLY The buffer has been marked as read-only.
BUFFER_E_READONLY_REGION A region has been marked as read-only.
BUFFER_E_TIMEOUT Timed out waiting for access.
BUFFER_E_LOCKED The buffer was locked for writing.
BUFFER_E_SCC_READONLY The file backing the buffer is under source code control and checked in.
BUFFER_E_DEST_TOO_SMALL The memory block passed in was too small.
MARKER_E_INVALIDATED You are trying to manipulate an invalid marker.
MARKER_E_BUFFERDESTROYED You are trying to manipulate a marker whose buffer has been destroyed.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace