DocumentsExtensibility.SaveAllAsync(CancellationToken) 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.
Saves all open documents that have unsaved changes.
public System.Threading.Tasks.Task SaveAllAsync (System.Threading.CancellationToken token);
member this.SaveAllAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SaveAllAsync (token As CancellationToken) As Task
Parameters
- token
- CancellationToken
The cancellation token.
Returns
A Task representing the asynchronous operation.