TriggerCollection.Append(TriggerBase) 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 un nouvel élément à la collection.
public:
virtual void Append(TriggerBase ^ value) = IVector<TriggerBase ^>::Append;
void Append(TriggerBase const& value);
public void Append(TriggerBase value);
function append(value)
Public Sub Append (value As TriggerBase)
Paramètres
- value
- TriggerBase
Nouvel élément à ajouter.
Implémente
Remarques
Notes
L’API Microsoft .NET équivalente est Ajouter.