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@)