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
。