Share via


IVsAsyncOpenDocumentResult Interface

Definition

Represents the result of an asynchronous open document operation.

[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
Derived
Attributes

Properties

DocumentLoadTask

Gets the task that represents the work of loading the WindowFrame. The docdata and docview are fully initialized when this task successfully runs to completion.

Hierarchy

Gets the hierarchy associated with the WindowFrame.

ItemId

Gets the ID of the selected item in the associated Hierarchy.

WindowFrame

Gets the IVsWindowFrame associated with the opened document.

Applies to