IAsyncDocView Interface
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.
An interface for loading a document view asynchronously.
public interface IAsyncDocView
type IAsyncDocView = interface
Public Interface IAsyncDocView
Methods
LoadDocViewAsync(IProgress<LoadDocViewProgress>, LoadDocumentViewContext, CancellationToken) |
Asynchronously loads a document view. |