HttpContentCodingWithQualityHeaderValueCollection.ReplaceAll メソッド

定義

コレクション内のすべての HttpContentCodingWithQualityHeaderValue 項目を、指定した HttpContentCodingWithQualityHeaderValue 項目に置き換えます。

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

パラメーター

実装

適用対象