Compartilhar via


PathSegmentCollection.ReplaceAll(PathSegment[]) Método

Definição

Inicialmente limpa a coleção e insere a matriz fornecida como novos itens.

public:
 virtual void ReplaceAll(Platform::Array <PathSegment ^> ^ items) = IVector<PathSegment ^>::ReplaceAll;
void ReplaceAll(winrt::array_view <PathSegment const&> const& items);
public void ReplaceAll(PathSegment[] items);
function replaceAll(items)
Public Sub ReplaceAll (items As PathSegment())

Parâmetros

items
PathSegment[]

Os novos itens da coleção.

Implementações

Aplica-se a