BUFFERSTATEFLAGS Enumeration

 

Sets the state of a text buffer.

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

[FlagsAttribute]
public enum BUFFERSTATEFLAGS

Member nameDescription
BSF_FILESYS_READONLY

Read-only on the file system, possibly under source code control.

BSF_MODIFIED

The buffer has been modified.

BSF_RESERVED

Reserved for future use.

BSF_SUPPRESS_UI

Prevent the buffer from showing the UI (false by default).

BSF_USER_READONLY

The user marked it as read-only; no editing is allowed.

Return to top
Show: