DialogStateManager.Contains(KeyValuePair<String,Object>) 方法

定义

确定对话状态管理器是否包含特定值。

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

实现

注解

不支持此方法。

适用于