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

valueindex で指定された位置にある場合は 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@)

適用対象