RunningDocumentInfo Structure
Represents information about a document in the RunningDocumentTable. It includes all the information returned by GetDocumentInfo.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | RunningDocumentInfo(IVsRunningDocumentTable, String) | Initializes a new instance of RunningDocumentTable. |
![]() | RunningDocumentInfo(IVsRunningDocumentTable, UInt32) | Initializes a new instance of RunningDocumentTable. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

