다음을 통해 공유


RunningDocumentInfo Members

Include Protected Members
Include Inherited Members

Represents information about a document in the RunningDocumentTable. It includes all the information returned by GetDocumentInfo.

The RunningDocumentInfo type exposes the following members.

Methods

  Name Description
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)

Top

Fields

  Name Description
Public field DocCookie
Public field DocData The document object in the Running Document Table (RDT).
Public field EditLocks The number of edit locks held on the document.
Public field Flags The _VSRDTFLAGS set on the document.
Public field Hierarchy The IVsHierarchy interface of the hierarchy node that owns the document.
Public field ItemId The item ID of the node that holds the document.
Public field Moniker The absolute path of the document.
Public field ReadLocks The number of read locks held on the document.

Top

See Also

Reference

RunningDocumentInfo Structure

Microsoft.VisualStudio.Shell Namespace