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
Параметры
HttpContentCodingWithQualityHeaderValue, который можно найти в коллекции HttpContentCodingWithQualityHeaderValueCollection.
- index
-
UInt32
unsigned int
uint32_t
Индекс HttpContentCodingWithQualityHeaderValue в коллекции HttpContentCodingWithQualityHeaderValueCollection.
Если элемент найден, это отсчитываемый от нуля индекс элемента; В противном случае этот параметр равен 0.
Возвращаемое значение
bool
Указывает, найден ли элемент.
Значение true , если элемент HttpContentCodingWithQualityHeaderValue найден; в противном случае — false.
Реализации
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,unsigned int@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,uint32_t@)