IOpenDocumentService 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.
Allows opening documents on the client.
public interface class IOpenDocumentService
public interface IOpenDocumentService
type IOpenDocumentService = interface
Public Interface IOpenDocumentService
Methods
OpenDocumentAsync(String, CancellationToken) |
Opens document at the given local file |
OpenDocumentAsync(Uri, OpenDocumentOptions, CancellationToken) |
Opens document at the given |
OpenDocumentWithEditorSelectionAsync(String, CancellationToken) |
Opens document at the given local file |