HttpProductInfoHeaderValueCollection.InsertAt Método

Definición

Inserta httpProductInfoHeaderValue en la colección en el índice especificado.

public:
 virtual void InsertAt(unsigned int index, HttpProductInfoHeaderValue ^ value) = IVector<HttpProductInfoHeaderValue ^>::InsertAt;
void InsertAt(uint32_t const& index, HttpProductInfoHeaderValue const& value);
public void InsertAt(uint index, HttpProductInfoHeaderValue value);
function insertAt(index, value)
Public Sub InsertAt (index As UInteger, value As HttpProductInfoHeaderValue)

Parámetros

index
UInt32

unsigned int

uint32_t

Índice de base cero en el que se debe insertar value.

value
HttpProductInfoHeaderValue

El objeto que se va a insertar en la colección.

Implementaciones

M:Windows.Foundation.Collections.IVector1.InsertAt(System.UInt32,0) M:Windows.Foundation.Collections.IVector1.InsertAt(unsigned int,0) M:Windows.Foundation.Collections.IVector1.InsertAt(uint32_t,0)

Se aplica a