This topic has not yet been rated - Rate this topic

TEXT_DOC_ATTR_2

Describes the attributes of a document.

public const uint TEXT_DOC_ATTR_READONLY_2 = 0x00000001;
TEXT_DOC_ATTR_READONLY_2

Indicates that the document is read-only.

NoteNote:

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.

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.