PathSegmentCollection.Remove(PathSegment) Method

Definition

Removes the first occurrence of the specified PathSegment from this 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

Parameters

value
PathSegment

The item to remove from this collection.

Returns

true if the specified PathSegment is removed from the collection; otherwise, false.

Implements

Exceptions

The PathSegmentCollection is read-only.

-or-

The PathSegmentCollection has a fixed size.

Applies to

See also