GeneralTransformCollection.Contains(GeneralTransform) 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.
Indique si la collection GeneralTransformCollection contient l'objet GeneralTransform spécifié.
public:
virtual bool Contains(System::Windows::Media::GeneralTransform ^ value);
public bool Contains (System.Windows.Media.GeneralTransform value);
abstract member Contains : System.Windows.Media.GeneralTransform -> bool
override this.Contains : System.Windows.Media.GeneralTransform -> bool
Public Function Contains (value As GeneralTransform) As Boolean
Paramètres
- value
- GeneralTransform
GeneralTransform à rechercher dans GeneralTransformCollection.
Retours
true
si la collection contient le paramètre value
; sinon, false
.
Implémente
Exemples
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.