HttpProductInfoHeaderValueCollection.First 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取反覆運算器至集合中的第一個 HttpProductInfoHeaderValue 專案。
public:
virtual IIterator<HttpProductInfoHeaderValue ^> ^ First() = IIterable<HttpProductInfoHeaderValue ^>::First;
IIterator<HttpProductInfoHeaderValue> First();
public IIterator<HttpProductInfoHeaderValue> First();
function first()
Public Function First () As IIterator(Of HttpProductInfoHeaderValue)
傳回
物件,可用來列舉集合中的 HttpProductInfoHeaderValue 專案。 反覆運算器指向HttpProductInfoHeaderValueCollection中的第一個HttpProductInfoHeaderValue專案。