Partager via


PathSegmentCollection.Append(PathSegment) Méthode

Définition

Ajoute un nouvel élément à la collection.

public:
 virtual void Append(PathSegment ^ value) = IVector<PathSegment ^>::Append;
void Append(PathSegment const& value);
public void Append(PathSegment value);
function append(value)
Public Sub Append (value As PathSegment)

Paramètres

value
PathSegment

Nouvel élément à ajouter.

Implémente

S’applique à