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 read and write status of a text buffer.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Enumeration READONLYSTATUS
public enum READONLYSTATUS
public enum class READONLYSTATUS
type READONLYSTATUS
public enum READONLYSTATUS
Members
| Member name | Description | |
|---|---|---|
| ROSTATUS_NotReadOnly | Text buffer can be written to. | |
| ROSTATUS_ReadOnly | Text buffer is read-only. | |
| ROSTATUS_Unknown | Determine the read-only status by checking with the associated text buffer. |
Remarks
COM Signature
From textmgr.idl: