TableRowCollection.Contains(TableRow) メソッド
定義
コレクション内に指定した項目が存在するかどうかを照会します。Queries for the presence of a specified item in the collection.
public:
virtual bool Contains(System::Windows::Documents::TableRow ^ item);
public bool Contains (System.Windows.Documents.TableRow item);
abstract member Contains : System.Windows.Documents.TableRow -> bool
override this.Contains : System.Windows.Documents.TableRow -> bool
Public Function Contains (item As TableRow) As Boolean
パラメーター
- item
- TableRow
コレクション内に存在するかどうかを照会する対象となる項目。An item to query for the presence of in the collection.
戻り値
指定した item がこのコレクションに存在する場合は true
。それ以外の場合は false
。true
if the specified item is present in the collection; otherwise, false
.