Compartir a través de


HttpTransferCodingHeaderValueCollection.IndexOf Método

Definición

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

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

Parámetros

index
UInt32

unsigned int

uint32_t

Índice de HttpTransferCodingHeaderValue en HttpTransferCodingHeaderValueCollection.

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 HttpTransferCodingHeaderValue ; 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