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 de l’élément spécifié PathSegment .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 le spécifié PathSegment est supprimé de la collection ; sinon, false.