PowerTools PlusPak for Windows Forms 8.0J
Contains メソッド (CheckedCheckBoxItemCollection)

コレクション内で検索する項目。
指定した項目がコレクション内に存在するかどうかを確認します。
構文
Public Function Contains( _
   ByVal item As CheckBoxItem _
) As Boolean
public bool Contains( 
   CheckBoxItem item
)

パラメータ

item
コレクション内で検索する項目。

戻り値の型

項目がコレクション内に存在する場合はtrue、それ以外の場合はfalse
解説
このメソッドは、Itemsコレクション内のオブジェクトがCheckedItemsコレクションに含まれているかどうかを確認します。
プラットフォーム

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

参照

CheckedCheckBoxItemCollection クラス
CheckedCheckBoxItemCollection メンバ
IndexOf メソッド
IndexOf メソッド

Send Feedback