Freigeben über


HttpContentCodingHeaderValueCollection.ReplaceAll Methode

Definition

Ersetzt alle HttpContentCodingHeaderValue-Elemente in der Auflistung durch die angegebenen HttpContentCodingHeaderValue-Elemente .

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

Parameter

items
HttpContentCodingHeaderValue[]

Die HttpContentCodingHeaderValue-Elemente , die der Auflistung hinzugefügt werden sollen.

Implementiert

Gilt für: