PowerTools PlusPak for Windows Forms 8.0J
IndexOf メソッド (AccordionItemCollection)

コレクション内で検索する GcAccordionItem オブジェクト。
特定の項目のコレクション内でのインデックスを示す値を取得します。
構文
Public Function IndexOf( _
   ByVal item As GcAccordionItem _
) As Integer
public int IndexOf( 
   GcAccordionItem item
)

パラメータ

item
コレクション内で検索する GcAccordionItem オブジェクト。

戻り値の型

項目がコレクション内で見つかった場合は、そのインデックス。それ以外の場合は -1。
プラットフォーム

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

参照

AccordionItemCollection クラス
AccordionItemCollection メンバ

Send Feedback