IVsAsyncDeferredDocView.LoadDocViewAsync(Object) Method
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.
Asynchronously loads the document view's after the environment has loaded the document data.
public Microsoft.VisualStudio.Shell.Interop.IVsTask LoadDocViewAsync (object docData);
abstract member LoadDocViewAsync : obj -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function LoadDocViewAsync (docData As Object) As IVsTask
Parameters
- docData
- Object
The docdata object provided by the editor factory.
Returns
A task that represents the asynchronous operation of loading the document view. The result of the task is an IVsAsyncDocViewResult.