次の方法で共有


IXamlType.AddToMap(Object, Object, Object) メソッド

定義

カスタム マップの種類に項目を追加します。

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)

パラメーター

instance
Object

Platform::Object

IInspectable

マップ アイテムを設定する型インスタンス。

key
Object

Platform::Object

IInspectable

追加するマップ アイテムのキー。

value
Object

Platform::Object

IInspectable

追加するマップ アイテムの値。

適用対象