READONLYSTATUS Enumeration

 

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)

public enum READONLYSTATUS

Member nameDescription
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:

Return to top
Show: