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
。