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

検索するエントリの名前。
指定された名前を持つエントリのインデックスを取得します。
構文
'宣言
 
Public Overloads Function IndexOf( _
   ByVal name As System.String _
) As System.Integer
public System.int IndexOf( 
   System.string name
)

パラメータ

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

戻り値の型

コレクション内のエントリのインデックス。エントリが見つからなかった場合は -1。
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