Edit

Share via


TEXT_DOC_ATTR_2

Describes the attributes of a document.

Syntax

public const uint TEXT_DOC_ATTR_READONLY_2 = 0x00000001;

Members

TEXT_DOC_ATTR_READONLY_2
Indicates that the document is read-only.

Remarks

Note

This value is not actually defined in the assembly for C#. Instead, you must copy the definition to your source file.

Passed as an argument to the onUpdateDocumentAttributes method.

Requirements

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See also