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中所选项的 ID。

WindowFrame

获取与 IVsWindowFrame 打开的文档关联的 。

适用于