Vector3DCollection.Remove(Vector3D) 方法

定义

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

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

参数

value
Vector3D

要从此集合中移除的 Vector3D。

返回

Boolean

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

实现

适用于