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)

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:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace