バージョン

Contains メソッド (CustomViewCollection)

カスタム表示がこのコレクションにあるかどうかを決定します。
シンタックス
'宣言
 
Public Function Contains( _
   ByVal customView As CustomView _
) As Boolean
public bool Contains( 
   CustomView customView
)

パラメータ

customView
このコレクションで指定するためのカスタム表示。

戻り値の型

カスタム表示が見つかる場合は True、そうでなければ False。
参照