TableCellCollection.Contains(TableCell) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
查询集合中是否存在指定的项。
public:
virtual bool Contains(System::Windows::Documents::TableCell ^ item);
public bool Contains (System.Windows.Documents.TableCell item);
abstract member Contains : System.Windows.Documents.TableCell -> bool
override this.Contains : System.Windows.Documents.TableCell -> bool
Public Function Contains (item As TableCell) As Boolean
参数
- item
- TableCell
要查询是否存在于集合中的项。
返回
如果指定的 item
存在于集合中,则为 true
,否则为 false
。