ExtractPartAsync Method
Reads the contents of the currently selected part.
Syntax
[VB.NET]
Public Function ExtractPartAsync() As Task
[C#]
public Task ExtractPartAsync();
Remarks
This method is the asynchronous version of the
ExtractPart method and is used to support asynchronous operations in WinRT. Please refer to
ExtractPart for more information.