TextElementCollection<TextElementType>.Contains(TextElementType) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
查詢集合中是否存在指定的項目。
public:
virtual bool Contains(TextElementType item);
public bool Contains (TextElementType item);
abstract member Contains : 'extElementType -> bool
override this.Contains : 'extElementType -> bool
Public Function Contains (item As TextElementType) As Boolean
參數
- item
- TextElementType
要查詢是否存在於集合中的項目。
傳回
如果集合中有指定的「項目」,則為 true
;否則為 false
。