Share via


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

名稱/值組的索引。

傳回

位於索引所指定位置的名稱/值組。

實作

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)

適用於