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 は固定サイズです。

適用対象

こちらもご覧ください