Share via


IVsAsyncDeferredDocView2.LoadDocViewAsync(Object, Guid) Method

Definition

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.

Applies to