'Declaration Public Overloads Function LoadAsync( _ ByVal file As StorageFile, _ ByVal format As FileFormat _ ) As Task
public Task LoadAsync( StorageFile file, FileFormat format )
Parameters
- file
 - The file storage object to save the document.
 - format
 - FileFormat value that specifies the type of file to save.
 
Return Value
The task of represents an asynchronous operation.