ItemCollection.Append(Object) 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(Platform::Object ^ value) = IVector<Platform::Object ^>::Append;
void Append(IInspectable const& value);
public void Append(object value);
function append(value)
Public Sub Append (value As Object)
Paramètres
- value
-
Object
Platform::Object
IInspectable
Nouvel élément à ajouter.