Поделиться через


HttpContentCodingWithQualityHeaderValueCollection.IndexOf Метод

Определение

Извлекает индекс httpContentCodingWithQualityHeaderValue в коллекции.

public:
 virtual bool IndexOf(HttpContentCodingWithQualityHeaderValue ^ value, [Out] unsigned int & index) = IVector<HttpContentCodingWithQualityHeaderValue ^>::IndexOf;
bool IndexOf(HttpContentCodingWithQualityHeaderValue const& value, [Out] uint32_t & index);
public bool IndexOf(HttpContentCodingWithQualityHeaderValue value, out uint index);
Public Function IndexOf (value As HttpContentCodingWithQualityHeaderValue, ByRef index As UInteger) As Boolean

Параметры

index
UInt32

unsigned int

uint32_t

Индекс HttpContentCodingWithQualityHeaderValue в коллекции HttpContentCodingWithQualityHeaderValueCollection.

Если элемент найден, это отсчитываемый от нуля индекс элемента; В противном случае этот параметр равен 0.

Возвращаемое значение

Boolean

bool

Указывает, найден ли элемент.

Значение true , если элемент HttpContentCodingWithQualityHeaderValue найден; в противном случае — false.

Реализации

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

Применяется к