WwwFormUrlDecoder.IndexOf(IWwwFormUrlDecoderEntry, UInt32) 方法

定义

获取一个值,该值指示指定的 IWwwFormUrlDecoderEntry 是否位于当前 URL 查询字符串中的指定索引处。

public:
 virtual bool IndexOf(IWwwFormUrlDecoderEntry ^ value, [Out] unsigned int & index) = IVectorView<IWwwFormUrlDecoderEntry ^>::IndexOf;
bool IndexOf(IWwwFormUrlDecoderEntry const& value, [Out] uint32_t & index);
public bool IndexOf(IWwwFormUrlDecoderEntry value, out uint index);
Public Function IndexOf (value As IWwwFormUrlDecoderEntry, ByRef index As UInteger) As Boolean

参数

value
IWwwFormUrlDecoderEntry

要获取其索引的名称/值对。

index
UInt32

unsigned int

uint32_t

中的位置。

返回

Boolean

bool

如果位于索引指定的位置,则为 true;否则为 false

实现

M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,System.UInt32@) M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,unsigned int@) M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,uint32_t@)

适用于