__VSRDTATTRIB2 Enumeration

 

Specifies information about a document in the running document table (RDT).

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

public enum __VSRDTATTRIB2

Member nameDescription
RDTA_DocDataIsNotReadOnly

The data of the document in the RDT is readable and writable.

RDTA_DocDataIsReadOnly

The data of the document in the RDT is read-only.

RDTA_NOTIFYDOCCHANGEDEXMASK

A mask for the flags passed to the NotifyDocumentChangedEx method.

Return to top
Show: