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

このコレクションから削除する項目。

返品

指定した がコレクションから削除される場合は a0/& 。それ以外の場合は。

実装

例外

PathSegmentCollectionは読み取り専用です。

-又は-

PathSegmentCollectionには固定サイズがあります。

適用対象

こちらもご覧ください