PathSegmentCollection.Remove(PathSegment) Méthode

Définition

Supprime la première occurrence du PathSegment spécifié de 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

Paramètres

value
PathSegment

Élément à supprimer de cette collection.

Retours

Boolean

true si l'objet PathSegment spécifié est supprimé de la collection ; sinon, false.

Implémente

Exceptions

PathSegmentCollection est en lecture seule.

S’applique à

Voir aussi