GeneralTransformCollection.Remove(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.
Supprime un GeneralTransform objet du GeneralTransformCollection.
public:
virtual bool Remove(System::Windows::Media::GeneralTransform ^ value);
public bool Remove(System.Windows.Media.GeneralTransform value);
abstract member Remove : System.Windows.Media.GeneralTransform -> bool
override this.Remove : System.Windows.Media.GeneralTransform -> bool
Public Function Remove (value As GeneralTransform) As Boolean
Paramètres
- value
- GeneralTransform
Objet à supprimer.
Retours
true si value elle a été supprimée avec succès ; sinon false.
Implémente
Exceptions
Il GeneralTransformCollection est en lecture seule.
- ou -
La GeneralTransformCollection taille est fixe.