Specifies that the indicated files should be added to the archive.
Syntax
[VB.NET]
Public Function IncludeFilesAsync(ByVal filenames As String)AsTask
[C#]
public Task IncludeFilesAsync(string filenames);
Remarks
This method is the asynchronous version of the IncludeFiles method and is used to support asynchronous operations in WinRT. Please refer to IncludeFiles for more information.