TextElementCollection<TextElementType>.Contains(TextElementType) 方法

定义

查询集合中是否存在指定的项。

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

实现

适用于