Compartilhar via


TriggerActionCollection.ReplaceAll(TriggerAction[]) Método

Definição

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

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

Parâmetros

items
TriggerAction[]

Os novos itens de coleção.

Implementações

Aplica-se a