Share via


VectorCollection.Remove(Vector) 方法

定義

Vector 中移除指定 VectorCollection 的第一個符合項目。

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

傳回

Boolean

如果已從 VectorCollection 移除 value 則為 true,否則為 false

實作

例外狀況

VectorCollection 為唯讀。

-或- VectorCollection 具有固定的大小。

適用於

另請參閱