RunningDocumentInfo Properties

 

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubpropertyDocCookie

The document cookie

System_CAPS_pubpropertyDocData

The document object in the Running Document Table (RDT).

System_CAPS_pubpropertyEditLocks

The number of edit locks held on the document.

System_CAPS_pubpropertyFlags

The _VSRDTFLAGS set on the document.

System_CAPS_pubpropertyHierarchy

The IVsHierarchy interface of the hierarchy node that owns the document.

System_CAPS_pubpropertyIsDocumentInitialized

Determines whether the document has been initialized.

System_CAPS_pubpropertyIsHierarchyInitialized

Determines whether the hierarchy has been initialized.

System_CAPS_pubpropertyItemId

The item ID of the node that holds the document.

System_CAPS_pubpropertyMoniker

The absolute path of the document.

System_CAPS_pubpropertyProjectGuid

The GUID of the project.

System_CAPS_pubpropertyReadLocks

The number of read locks held on the document.

Return to top
Show: