DialogStateManager.Add 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Add(KeyValuePair<String,Object>) |
将项添加到对话状态管理器。 |
Add(String, Object) |
将元素添加到对话状态管理器。 |
Add(KeyValuePair<String,Object>)
将项添加到对话状态管理器。
public void Add(System.Collections.Generic.KeyValuePair<string,object> item);
abstract member Add : System.Collections.Generic.KeyValuePair<string, obj> -> unit
override this.Add : System.Collections.Generic.KeyValuePair<string, obj> -> unit
Public Sub Add (item As KeyValuePair(Of String, Object))
参数
- item
- KeyValuePair<String,Object>
包含 KeyValuePair<TKey,TValue> 要添加的项的键和对象的 。
实现
注解
不支持此方法。