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

BaseKeyCollectionコレクション内で検索するオブジェクト。
BaseKeyCollectionコレクション内に項目があるかどうかを取得します。
構文
Public Overridable Function Contains( _
   ByVal value As Object _
) As Boolean
public virtual bool Contains( 
   object value
)

パラメータ

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

戻り値の型

BaseKeyCollectionコレクション内で項目が見つかった場合はtrue、それ以外の場合はfalse。
例外
例外解説
System.ArgumentNullExceptionvalue は null に設定できません。
プラットフォーム

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

参照

BaseKeyCollection クラス
BaseKeyCollection メンバ

Send Feedback