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

如果value位於index所指定的位置,則為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@)

適用於