RunningDocumentInfo Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | DocCookie | The document cookie |
![]() | DocData | The document object in the Running Document Table (RDT). |
![]() | EditLocks | The number of edit locks held on the document. |
![]() | Flags | The _VSRDTFLAGS set on the document. |
![]() | Hierarchy | The IVsHierarchy interface of the hierarchy node that owns the document. |
![]() | IsDocumentInitialized | Determines whether the document has been initialized. |
![]() | IsHierarchyInitialized | Determines whether the hierarchy has been initialized. |
![]() | ItemId | The item ID of the node that holds the document. |
![]() | Moniker | The absolute path of the document. |
![]() | ProjectGuid | The GUID of the project. |
![]() | ReadLocks | The number of read locks held on the document. |
Show:
