HttpLanguageRangeWithQualityHeaderValueCollection.IndexOf Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Recupera o índice de um HttpLanguageRangeWithQualityHeaderValue na coleção.
public:
virtual bool IndexOf(HttpLanguageRangeWithQualityHeaderValue ^ value, [Out] unsigned int & index) = IVector<HttpLanguageRangeWithQualityHeaderValue ^>::IndexOf;
bool IndexOf(HttpLanguageRangeWithQualityHeaderValue const& value, [Out] uint32_t & index);
public bool IndexOf(HttpLanguageRangeWithQualityHeaderValue value, out uint index);
Public Function IndexOf (value As HttpLanguageRangeWithQualityHeaderValue, ByRef index As UInteger) As Boolean
Parâmetros
O HttpLanguageRangeWithQualityHeaderValue a ser encontrado no HttpLanguageRangeWithQualityHeaderValueCollection.
- index
-
UInt32
unsigned int
uint32_t
O índice de HttpLanguageRangeWithQualityHeaderValue no HttpLanguageRangeWithQualityHeaderValueCollection.
Se o item for encontrado, esse será o índice baseado em zero do item; caso contrário, esse parâmetro é 0.
Retornos
bool
Indica se o item foi encontrado.
true se o item HttpLanguageRangeWithQualityHeaderValue for encontrado; caso contrário, false.
Implementações
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,unsigned int@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,uint32_t@)