Zip for UWP/WinRT
Contains(String) メソッド

検索するエントリの名前。
このコレクションに特定の名前のエントリが含まれるかどうかを判定します。
構文
'宣言
 
Public Overloads Function Contains( _
   ByVal name As System.String _
) As System.Boolean
public System.bool Contains( 
   System.string name
)

パラメータ

name
検索するエントリの名前。

戻り値の型

コレクションに特定の名前のエントリが含まれる場合は 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

参照

関連項目

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

Send Feedback