InputGestureCollection.AddRange(ICollection) 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.
Ajoute les éléments de l'interface ICollection spécifiée à la fin de ce InputGestureCollection.
public:
void AddRange(System::Collections::ICollection ^ collection);
public void AddRange(System.Collections.ICollection collection);
member this.AddRange : System.Collections.ICollection -> unit
Public Sub AddRange (collection As ICollection)
Paramètres
- collection
- ICollection
Collection d'éléments à ajouter à la fin de ce InputGestureCollection.
Exceptions
La collection est en lecture seule.
La collection à ajouter est null.