Freigeben über


HttpProductInfoHeaderValueCollection.ReplaceAll Methode

Definition

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

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

Parameter

items
HttpProductInfoHeaderValue[]

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

Implementiert

Gilt für: