PathSegmentCollection.Remove(PathSegment) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从此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
要从此集合中移除的项。
返回
true 如果从集合中删除指定 PathSegment 项,则为 ;否则为 false。