ListCollectionView.InternalContains(Object) メソッド

定義

InternalListに項目が含まれているかどうかを示す値を返します。

protected:
 bool InternalContains(System::Object ^ item);
protected bool InternalContains(object item);
member this.InternalContains : obj -> bool
Protected Function InternalContains (item As Object) As Boolean

パラメーター

item
Object

検索する項目。

返品

true InternalListに項目が含まれている場合は。それ以外の場合はfalse

適用対象