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)

适用于