IVsAsyncDeferredDocView2.LoadDocViewAsync(Object, Guid) 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, Guid commandUIContext);
abstract member LoadDocViewAsync : obj * Guid -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function LoadDocViewAsync (docData As Object, commandUIContext As Guid) As IVsTask
Parameters
- docData
- Object
The docdata object provided by the editor factory.
- commandUIContext
- Guid
The command UI context 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.