HttpLanguageHeaderValueCollection.ReplaceAll(Language[]) Method

Definition

Replaces all the Language items in the collection with the specified Language items.

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

Parameters

items
Language[]

The Language items to add to the collection.

Implements

Applies to