'Declaration
Public Overloads Function AddAsync( _
ByVal file As Windows.Storage.StorageFile, _
ByVal entryName As System.String _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task AddAsync(
Windows.Storage.StorageFile file,
System.string entryName
)
Parameters
file
File to add to the zip file.
entryName
The entry name to add to the zip file.
Remarks
This method is available only in the WinRT version.