TEXT_DOC_ATTR_2

Describes the attributes of a document.

typedef DWORD TEXT_DOC_ATTR_2;
const TEXT_DOC_ATTR_2 TEXT_DOC_ATTR_READONLY_2 = 0x00000001;
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 IDebugDocumentTextEvents2::onUpdateDocumentAttributes method.

Requirements

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See Also

Reference

Enumerations (Visual Studio Debugging)

IDebugDocumentTextEvents2::onUpdateDocumentAttributes