共用方式為


IVsAsyncOpenDocumentResult 介面

定義

表示異步開啟文件作業的結果。

[System.Runtime.InteropServices.Guid("BA346102-CA20-4F19-9D94-A5DAB112A262")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsyncOpenDocumentResult
[<System.Runtime.InteropServices.Guid("BA346102-CA20-4F19-9D94-A5DAB112A262")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsyncOpenDocumentResult = interface
Public Interface IVsAsyncOpenDocumentResult
衍生
屬性

屬性

DocumentLoadTask

取得工作,表示載入 WindowFrame的工作。 當這項工作順利執行到完成時,docdata 和 docview 會完全初始化。

Hierarchy

取得與 WindowFrame相關聯的階層。

ItemId

取得相關聯 Hierarchy中所選項目的標識碼。

WindowFrame

IVsWindowFrame取得與開啟的檔案相關聯的 。

適用於