Partager via


HttpMediaTypeWithQualityHeaderValueCollection.InsertAt Méthode

Définition

Insère une valeur HttpMediaTypeWithQualityHeaderValue dans la collection à l’index spécifié.

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

Paramètres

index
UInt32

unsigned int

uint32_t

Index de base zéro auquel la valeur doit être insérée.

value
HttpMediaTypeWithQualityHeaderValue

Objet à insérer dans la collection.

Implémente

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)

S’applique à