Compartir a través de


PathSegmentCollection.Append(PathSegment) Método

Definición

Agrega un nuevo elemento a la colección.

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)

Parámetros

value
PathSegment

Nuevo elemento que se va a agregar.

Implementaciones

Se aplica a