IVsAsyncOpenDocumentResult.DocumentLoadTask Property
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.
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.
public Microsoft.VisualStudio.Shell.Interop.IVsTask DocumentLoadTask { get; }
member this.DocumentLoadTask : Microsoft.VisualStudio.Shell.Interop.IVsTask
Public ReadOnly Property DocumentLoadTask As IVsTask