Condividi tramite


PathSegmentCollection.Append(PathSegment) Metodo

Definizione

Aggiunge un nuovo elemento alla raccolta.

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)

Parametri

value
PathSegment

Nuovo elemento da aggiungere.

Implementazioni

Si applica a