IXamlType.AddToMap(Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an item to a custom map type.
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)
Parameters
- instance
-
Object
Platform::Object
IInspectable
The type instance to set the map item to.
- key
-
Object
Platform::Object
IInspectable
The key of the map item to add.
- value
-
Object
Platform::Object
IInspectable
The value of the map item to add.