HttpLanguageRangeWithQualityHeaderValueCollection.InsertAt Método

Definição

Insere um HttpLanguageRangeWithQualityHeaderValue na coleção no índice especificado.

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

Parâmetros

index
UInt32

unsigned int

uint32_t

O índice baseado em zero no qual o valor deve ser inserido.

value
HttpLanguageRangeWithQualityHeaderValue

O objeto a ser inserido na coleção.

Implementações

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)

Aplica-se a