Zip for UWP/WinRT
OpenAsync メソッド

Windows.Storage.StorageFile に格納されている既存の zip ファイルを開きます。
構文
'宣言
 
Public Function OpenAsync( _
   ByVal file As Windows.Storage.StorageFile _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task OpenAsync( 
   Windows.Storage.StorageFile file
)

パラメータ

file
解説
このメソッドは 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

参照

関連項目

C1ZipFile クラス
C1ZipFile メンバ

Send Feedback