Share via


IVsAsyncDeferredDocView.LoadDocViewAsync(Object) 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);
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.

Applies to