Zip for UWP/WinRT
IsZipFile メソッド

テストする System.IO.Stream
ストリームに有効な zip ファイルが含まれるかどうかをテストします。
構文
'宣言
 
Public Shared Function IsZipFile( _
   ByVal stream As System.IO.Stream _
) As System.Boolean
public static System.bool IsZipFile( 
   System.IO.Stream stream
)

パラメータ

stream
テストする System.IO.Stream

戻り値の型

stream に有効な zip ファイルが含まれる場合は true、そうでない場合は false。
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