__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)

Syntax

'Declaration
Public Enumeration __VSRDTATTRIB2
public enum __VSRDTATTRIB2
public enum class __VSRDTATTRIB2
type __VSRDTATTRIB2
public enum __VSRDTATTRIB2

Members

Member name Description
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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace