InitialValueExpressionCollection.Insert(String, String) 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 un élément dans la collection.
public:
virtual bool Insert(Platform::String ^ key, Platform::String ^ value) = IMap<Platform::String ^, Platform::String ^>::Insert;
bool Insert(winrt::hstring const& key, winrt::hstring const& value);
public bool Insert(string key, string value);
function insert(key, value)
Public Function Insert (key As String, value As String) As Boolean
Paramètres
- key
-
String
Platform::String
winrt::hstring
Clé pour identifier l’élément à insérer.
- value
-
String
Platform::String
winrt::hstring
Élément à insérer.
Retours
Boolean
bool
true si l’animation a été correctement insérée ; sinon, false.