IXamlType.AddToMap(Object, Object, Object) 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.
Ajoute un élément à un type de carte personnalisé.
public:
void AddToMap(Platform::Object ^ instance, Platform::Object ^ key, Platform::Object ^ value);
void AddToMap(IInspectable const& instance, IInspectable const& key, IInspectable const& value);
public void AddToMap(object instance, object key, object value);
function addToMap(instance, key, value)
Public Sub AddToMap (instance As Object, key As Object, value As Object)
Paramètres
- instance
-
Object
Platform::Object
IInspectable
Type instance sur lequel définir l’élément de carte.
- key
-
Object
Platform::Object
IInspectable
Clé de l’élément de carte à ajouter.
- value
-
Object
Platform::Object
IInspectable
Valeur de l’élément de carte à ajouter.