HttpProductInfoHeaderValueCollection.SetAt Método

Definición

Establece HttpProductInfoHeaderValue en el índice especificado de la colección.

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

Parámetros

index
UInt32

unsigned int

uint32_t

Índice de base cero en el que se va a establecer HttpProductInfoHeaderValue.

value
HttpProductInfoHeaderValue

Elemento que se va a establecer.

Implementaciones

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

Se aplica a