WwwFormUrlDecoder.IndexOf(IWwwFormUrlDecoderEntry, UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出指定的 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.IVectorView
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVectorView1.IndexOf(
0,unsigned int@)
M:Windows.Foundation.Collections.IVectorView1.IndexOf(
0,uint32_t@)