HttpContentCodingWithQualityHeaderValueCollection.ReplaceAll メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内のすべての 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())