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