TableRowCollection.Contains(TableRow) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
查询集合中是否存在指定的项。
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
要查询是否存在于集合中的项。
返回
如果集合中有指定的项,则为 true
;否则为 false
。