READONLYSTATUS Enumeration
Visual Studio 2015
Sets the read and write status of a text buffer.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| 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. |
From textmgr.idl:
Show: