TriggerActionCollection.CopyTo(TriggerAction[], Int32) 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.
Commence à l’index spécifié et copie les éléments de collection dans le tableau spécifié.
public:
virtual void CopyTo(cli::array <System::Windows::TriggerAction ^> ^ array, int index);
public void CopyTo(System.Windows.TriggerAction[] array, int index);
abstract member CopyTo : System.Windows.TriggerAction[] * int -> unit
override this.CopyTo : System.Windows.TriggerAction[] * int -> unit
Public Sub CopyTo (array As TriggerAction(), index As Integer)
Paramètres
- array
- TriggerAction[]
Tableau unidimensionnel qui est la destination des éléments copiés à partir de la collection. Le tableau doit utiliser l’indexation de base zéro.
- index
- Int32
Index de base zéro dans l’emplacement array de démarrage de la copie.