PathSegmentCollection.Remove(PathSegment) Metoda

Definicja

Usuwa pierwsze wystąpienie określonego PathSegment z tego PathSegmentCollectionelementu .

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

Parametry

value
PathSegment

Element do usunięcia z tej kolekcji.

Zwraca

Boolean

true jeśli określona wartość PathSegment zostanie usunięta z kolekcji; w przeciwnym razie false.

Implementuje

Wyjątki

Element PathSegmentCollection jest tylko do odczytu.

-lub- Element PathSegmentCollection ma stały rozmiar.

Dotyczy

Zobacz też