Zip for UWP/WinRT
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 バージョンでのみ実行できます。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

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

Send Feedback