TextEffectCollection.Remove(TextEffect) 方法

定义

从集合中移除指定的 TextEffect 对象。

public:
 virtual bool Remove(System::Windows::Media::TextEffect ^ value);
public bool Remove (System.Windows.Media.TextEffect value);
abstract member Remove : System.Windows.Media.TextEffect -> bool
override this.Remove : System.Windows.Media.TextEffect -> bool
Public Function Remove (value As TextEffect) As Boolean

参数

value
TextEffect

要从该集合中移除的 TextEffect

返回

Boolean

如果从集合中移除了 value,则为 true;否则为 false

实现

注解

删除对象后面的对象将移位以占据空置的位置,并更新其索引值。 如果是valueVisual Basic) 中的引用 (Nothing,则删除Visual Basic) 项中的第一个 null null 引用 (Nothing。 请注意,在Visual Basic) 项中删除 null 引用 (Nothing在集合的大小上是线性的。

适用于