Freigeben über


HttpExpectationHeaderValueCollection.ReplaceAll Methode

Definition

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

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

Parameter

items
HttpExpectationHeaderValue[]

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

Implementiert

Gilt für: