HttpCacheDirectiveHeaderValueCollection.InsertAt Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Insère une valeur HttpNameValueHeaderValue dans la collection à l’index spécifié.
public:
virtual void InsertAt(unsigned int index, HttpNameValueHeaderValue ^ value) = IVector<HttpNameValueHeaderValue ^>::InsertAt;
void InsertAt(uint32_t const& index, HttpNameValueHeaderValue const& value);
public void InsertAt(uint index, HttpNameValueHeaderValue value);
function insertAt(index, value)
Public Sub InsertAt (index As UInteger, value As HttpNameValueHeaderValue)
Paramètres
- index
-
UInt32
unsigned int
uint32_t
Index de base zéro auquel la valeur doit être insérée.
- value
- HttpNameValueHeaderValue
Objet à insérer dans la collection.
Implémente
M:Windows.Foundation.Collections.IVector
1.InsertAt(System.UInt32,
0)
M:Windows.Foundation.Collections.IVector1.InsertAt(unsigned int,
0)
M:Windows.Foundation.Collections.IVector1.InsertAt(uint32_t,
0)