IVsAsyncOpenDocumentResult Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |