WwwFormUrlDecoder.GetAt(UInt32) メソッド

定義

現在の URL クエリ文字列内の指定したインデックス位置にある名前と値のペアを取得します。

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

パラメーター

index
UInt32

unsigned int

uint32_t

名前と値のペアのインデックス。

戻り値

index で指定された位置にある名前と値のペア。

実装

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

適用対象