PathSegmentCollection.Remove(PathSegment) Metod

Definition

Tar bort den första förekomsten av angiven PathSegment från den här 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

Parametrar

value
PathSegment

Objektet som ska tas bort från den här samlingen.

Returer

trueom den angivna PathSegment tas bort från samlingen, annars . false

Implementeringar

Undantag

Är PathSegmentCollection skrivskyddad.

-eller-

Har PathSegmentCollection en fast storlek.

Gäller för

Se även