RunningDocumentInfo Structure

 
clsCompliantAlternativeNone

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

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

public struct RunningDocumentInfo

NameDescription
System_CAPS_pubmethodRunningDocumentInfo(IVsRunningDocumentTable, String)

Initializes a new instance of RunningDocumentTable.

System_CAPS_pubmethodRunningDocumentInfo(IVsRunningDocumentTable, UInt32)

Initializes a new instance of RunningDocumentTable.

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.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: