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
要從這個集合中移除的項目。
傳回
如果可以從集合中移除指定的 PathSegment 則為 true
,否則為 false
。