PathSegmentCollection.Remove(PathSegment) 方法

定义

从此 PathSegment 中移除指定的 PathSegmentCollection 的第一个匹配项。

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

参数

value
PathSegment

要从此集合中移除的项。

返回

如果要从集合中移除指定的 PathSegment,则为 true;否则为 false

实现

例外

PathSegmentCollection 为只读。

- 或 -

PathSegmentCollection 具有固定的大小。

适用于

另请参阅