DialogStateManager.Contains(KeyValuePair<String,Object>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定对话状态管理器是否包含特定值。
public bool Contains(System.Collections.Generic.KeyValuePair<string,object> item);
abstract member Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool
Public Function Contains (item As KeyValuePair(Of String, Object)) As Boolean
参数
- item
- KeyValuePair<String,Object>
要 KeyValuePair<TKey,TValue> 查找的项的 。
返回
true 如果在对话状态管理器中找到项,则为 ;否则为 false。
实现
注解
不支持此方法。