HttpLanguageRangeWithQualityHeaderValueCollection.IndexOf Método

Definição

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

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

Boolean

bool

Indica se o item foi encontrado.

true se o item HttpLanguageRangeWithQualityHeaderValue for encontrado; caso contrário, false.

Implementações

M:Windows.Foundation.Collections.IVector1.IndexOf(0,System.UInt32@) M:Windows.Foundation.Collections.IVector1.IndexOf(0,unsigned int@) M:Windows.Foundation.Collections.IVector1.IndexOf(0,uint32_t@)

Aplica-se a