VectorCollection.Remove(Vector) 方法

定义

中移除指定的第一个匹配项。

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

参数

value
Vector

Vector 从中删除的 VectorCollection

返回

true 如果 value 已从 VectorCollection中删除,则为 ;否则为 false

实现

例外

VectorCollection 只读。

-或-

具有 VectorCollection 固定大小。

适用于

另请参阅