バージョン

Exists メソッド (FieldLayoutCollection)

指定されたキーが付いた項目がコレクションにあるかどうかを決定します
シンタックス
'宣言
 
Public Function Exists( _
   ByVal key As Object _
) As Boolean
public bool Exists( 
   object key
)

パラメータ

key
検索する項目のキー

戻り値の型

キーが見つかる場合は True
参照