HttpProductInfoHeaderValueCollection.IndexOf Método

Definición

Recupera el índice de httpProductInfoHeaderValue en la colección.

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

Parámetros

index
UInt32

unsigned int

uint32_t

Índice de HttpProductInfoHeaderValue en HttpProductInfoHeaderValueCollection.

Si se encuentra el elemento, este es el índice de base cero del elemento; de lo contrario, este parámetro es 0.

Devoluciones

Boolean

bool

Indica si se encuentra el elemento.

true si se encuentra el elemento HttpProductInfoHeaderValue ; de lo contrario, false.

Implementaciones

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

Se aplica a