Zip for UWP/WinRT
Extract メソッド

抽出されたファイルのフォルダを表す 。
抽出されたファイルの名前と場所。
このエントリをファイルに抽出します。
構文
'宣言
 
Public Function Extract( _
   ByVal storageFolder As Windows.Storage.StorageFolder, _
   ByVal fileName As System.String _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task Extract( 
   Windows.Storage.StorageFolder storageFolder,
   System.string fileName
)

パラメータ

storageFolder
抽出されたファイルのフォルダを表す 。
fileName
抽出されたファイルの名前と場所。
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

参照

関連項目

C1ZipEntry クラス
C1ZipEntry メンバ
Windows.Storage.StorageFolder

Send Feedback