GeneralTransform3DCollection.Contains(GeneralTransform3D) 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 contient l'objet GeneralTransform3D spécifié.
public:
virtual bool Contains(System::Windows::Media::Media3D::GeneralTransform3D ^ value);
public bool Contains (System.Windows.Media.Media3D.GeneralTransform3D value);
abstract member Contains : System.Windows.Media.Media3D.GeneralTransform3D -> bool
override this.Contains : System.Windows.Media.Media3D.GeneralTransform3D -> bool
Public Function Contains (value As GeneralTransform3D) As Boolean
Paramètres
- value
- GeneralTransform3D
Objet GeneralTransform3D à placer dans la collection.
Retours
true
si la collection contient value
; sinon, false
.
Implémente
Remarques
Contains est introduit dans le .NET Framework version 3.5. Pour plus d’informations, consultez Versions et dépendances.