Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets the state of a text buffer.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration BUFFERSTATEFLAGS
[FlagsAttribute]
public enum BUFFERSTATEFLAGS
[FlagsAttribute]
public enum class BUFFERSTATEFLAGS
[<FlagsAttribute>]
type BUFFERSTATEFLAGS
public enum BUFFERSTATEFLAGS
Members
| Member name | Description | |
|---|---|---|
| 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. |