PathSegmentCollection.Remove(PathSegment) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
true
si l'objet PathSegment spécifié est supprimé de la collection ; sinon, false
.
Implémente
Exceptions
PathSegmentCollection est en lecture seule.
- ou - PathSegmentCollection est de taille fixe.