HttpMediaTypeWithQualityHeaderValueCollection.GetAt(UInt32) メソッド

定義

コレクション内の指定したインデックス位置にある HttpMediaTypeWithQualityHeaderValue を返します。

public:
 virtual HttpMediaTypeWithQualityHeaderValue ^ GetAt(unsigned int index) = IVector<HttpMediaTypeWithQualityHeaderValue ^>::GetAt;
HttpMediaTypeWithQualityHeaderValue GetAt(uint32_t const& index);
public HttpMediaTypeWithQualityHeaderValue GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As HttpMediaTypeWithQualityHeaderValue

パラメーター

index
UInt32

unsigned int

uint32_t

コレクション内の指定した項目の 0 から始まるインデックス。

戻り値

HttpMediaTypeWithQualityHeaderValueCollection 内の指定したインデックスにある HttpMediaTypeWithQualityHeaderValue

実装

M:Windows.Foundation.Collections.IVector`1.GetAt(System.UInt32) M:Windows.Foundation.Collections.IVector`1.GetAt(unsigned int) M:Windows.Foundation.Collections.IVector`1.GetAt(uint32_t)

適用対象