DialogStateManager.Remove 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Remove(KeyValuePair<String,Object>) |
从对话状态管理器中删除特定对象的第一个匹配项。 |
Remove(String) |
从对话状态管理器中删除具有指定键的 元素。 |
Remove(KeyValuePair<String,Object>)
从对话状态管理器中删除特定对象的第一个匹配项。
public bool Remove(System.Collections.Generic.KeyValuePair<string,object> item);
abstract member Remove : System.Collections.Generic.KeyValuePair<string, obj> -> bool
override this.Remove : System.Collections.Generic.KeyValuePair<string, obj> -> bool
Public Function Remove (item As KeyValuePair(Of String, Object)) As Boolean
参数
- item
- KeyValuePair<String,Object>
要从对话状态管理器中删除的对象。
返回
true
如果项目已成功从对话状态管理器中删除,则为 ;否则为 false
。
实现
注解
不支持此方法。
适用于
Remove(String)
从对话状态管理器中删除具有指定键的 元素。
public bool Remove(string key);
abstract member Remove : string -> bool
override this.Remove : string -> bool
Public Function Remove (key As String) As Boolean
参数
- key
- String
要移除的元素的键。
返回
true
如果已成功删除元素,则为 ;否则为 false。
实现
注解
不支持此方法。