Partager via


HubSectionCollection.Append(HubSection) Méthode

Définition

Ajoute un nouvel élément à la collection.

void Append(HubSection const& value);
public void Append(HubSection value);
function append(value)
Public Sub Append (value As HubSection)

Paramètres

value
HubSection

Nouvel élément à ajouter.

Implémente

Remarques

Pour ajouter un élément à une position de la collection qui ne se trouve pas à la fin de la collection, utilisez InsertAt.

S’applique à