HttpCookiePairHeaderValueCollection.ReplaceAll 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以指定的HttpCookiePairHeaderValue專案取代集合中的所有HttpCookiePairHeaderValue專案。
public:
virtual void ReplaceAll(Platform::Array <HttpCookiePairHeaderValue ^> ^ items) = IVector<HttpCookiePairHeaderValue ^>::ReplaceAll;
void ReplaceAll(winrt::array_view <HttpCookiePairHeaderValue const&> const& items);
public void ReplaceAll(HttpCookiePairHeaderValue[] items);
function replaceAll(items)
Public Sub ReplaceAll (items As HttpCookiePairHeaderValue())
參數
- items
- HttpCookiePairHeaderValue[]
要加入至集合的 HttpCookiePairHeaderValue 專案。