UpdateMetadataAsync Method
Updates metadata fields for a file.
Syntax
[VB.NET]
Public Function UpdateMetadataAsync() As Task
[C#]
public Task UpdateMetadataAsync();
Remarks
This method is the asynchronous version of the
UpdateMetadata method and is used to support asynchronous operations in WinRT. Please refer to
UpdateMetadata for more information.