Zip for UWP
AddAsync(StorageFile,String) メソッド

C1.UWP.Zip アセンブリ > C1.C1Zip 名前空間 > C1ZipEntryCollection クラス > AddAsync メソッド : AddAsync(StorageFile,String) メソッド
zip ファイルに追加するファイル。
現在の zip ファイルにファイルを追加します。
シンタックス
'宣言
 
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
)

パラメータ

file
zip ファイルに追加するファイル。
entryName
解説
このメソッドは WinRT バージョンでのみ実行できます。
参照

C1ZipEntryCollection クラス
C1ZipEntryCollection メンバ
オーバーロード一覧