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


HttpProductInfoHeaderValueCollection.IndexOf Метод

Определение

Извлекает индекс объекта HttpProductInfoHeaderValue в коллекции.

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

Параметры

index
UInt32

unsigned int

uint32_t

Индекс HttpProductInfoHeaderValue в коллекции HttpProductInfoHeaderValueCollection.

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

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

Boolean

bool

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

Значение true , если элемент HttpProductInfoHeaderValue найден; в противном случае — 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@)

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