Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: