TextElementCollection<TextElementType>.Remove(TextElementType) 方法

定义

从集合中移除指定的项。

public:
 virtual bool Remove(TextElementType item);
public bool Remove (TextElementType item);
abstract member Remove : 'extElementType -> bool
override this.Remove : 'extElementType -> bool
Public Function Remove (item As TextElementType) As Boolean

参数

item
TextElementType

要从集合中移除的项。

返回

Boolean

如果找到并移除了指定项,则为 true;否则为 false

实现

注解

此方法返回 false 如果 itemnull.

适用于