共用方式為


RunningDocumentInfo 結構

定義

表示 中 RunningDocumentTable文件的相關信息。 其中包含 所 GetDocumentInfo(UInt32, UInt32, UInt32, UInt32, String, IVsHierarchy, UInt32, IntPtr)傳回的所有資訊。

public value class RunningDocumentInfo
struct RunningDocumentInfo
public struct RunningDocumentInfo
type RunningDocumentInfo = struct
Public Structure RunningDocumentInfo
繼承
RunningDocumentInfo

建構函式

RunningDocumentInfo(IVsRunningDocumentTable, String)

初始化 RunningDocumentTable 的新實例。

RunningDocumentInfo(IVsRunningDocumentTable, UInt32)

初始化 RunningDocumentTable 的新實例。

屬性

DidDocumentInitializationFail

表示 中 RunningDocumentTable文件的相關信息。 其中包含 所 GetDocumentInfo(UInt32, UInt32, UInt32, UInt32, String, IVsHierarchy, UInt32, IntPtr)傳回的所有資訊。

DocCookie

檔 Cookie

DocData

執行中文件數據表中的檔物件 (RDT) 。

EditLocks

檔上保留的編輯鎖定數目。

Flags

_VSRDTFLAGS 檔案上設定的 。

Hierarchy

擁有 IVsHierarchy 檔的階層節點介面。

IsDirty

表示 中 RunningDocumentTable文件的相關信息。 其中包含 所 GetDocumentInfo(UInt32, UInt32, UInt32, UInt32, String, IVsHierarchy, UInt32, IntPtr)傳回的所有資訊。

IsDocumentInitialized

判斷檔是否已初始化。

IsHierarchyInitialized

判斷階層是否已初始化。

IsReadOnly

表示 中 RunningDocumentTable文件的相關信息。 其中包含 所 GetDocumentInfo(UInt32, UInt32, UInt32, UInt32, String, IVsHierarchy, UInt32, IntPtr)傳回的所有資訊。

IsValid

指出 所 DocCookie 表示的檔是否已在 RDT 中註冊。 如果這是 false,則此結構的其他所有屬性也無效。

ItemId

保存文件之節點的項目識別碼。

Moniker

檔的絕對路徑。

ProjectGuid

專案的 GUID。

ReadLocks

檔上保留的讀取鎖定數目。

方法

CreateInstanceAsync(IVsRunningDocumentTable, String, CancellationToken)

表示 中 RunningDocumentTable文件的相關信息。 其中包含 所 GetDocumentInfo(UInt32, UInt32, UInt32, UInt32, String, IVsHierarchy, UInt32, IntPtr)傳回的所有資訊。

CreateInstanceAsync(IVsRunningDocumentTable, UInt32, CancellationToken)

表示 中 RunningDocumentTable文件的相關信息。 其中包含 所 GetDocumentInfo(UInt32, UInt32, UInt32, UInt32, String, IVsHierarchy, UInt32, IntPtr)傳回的所有資訊。

Sync()

RunningDocumentInfo 是 RDT 中資訊的快照集。 若要更新此資訊,您需要呼叫 Sync。

適用於