Partager via


WwwFormUrlDecoder.IndexOf(IWwwFormUrlDecoderEntry, UInt32) Méthode

Définition

Obtient une valeur indiquant si l’IWwwFormUrlDecoderEntry spécifié se trouve à l’index spécifié dans la chaîne de requête d’URL actuelle.

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

Paramètres

value
IWwwFormUrlDecoderEntry

Paire nom-valeur à obtenir l’index de.

index
UInt32

unsigned int

uint32_t

Position en valeur.

Retours

Boolean

bool

true si la valeur se trouve à la position spécifiée par l’index ; sinon, false.

Implémente

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

S’applique à