Partager via


IXamlType.AddToMap(Object, Object, Object) Méthode

Définition

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.

S’applique à