SemanticValue.Contains(KeyValuePair<String,SemanticValue>) メソッド

定義

現在の SemanticValue インスタンス コレクションに、キーと値のペアとして表される特定のキーと SemanticValue の特定のインスタンスが含まれているかどうかを示します。

public:
 virtual bool Contains(System::Collections::Generic::KeyValuePair<System::String ^, System::Speech::Recognition::SemanticValue ^> item);
public bool Contains(System.Collections.Generic.KeyValuePair<string,System.Speech.Recognition.SemanticValue> item);
abstract member Contains : System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue> -> bool
Public Function Contains (item As KeyValuePair(Of String, SemanticValue)) As Boolean

パラメーター

item
KeyValuePair<String,SemanticValue>

キー文字列とSemanticValue インスタンスの特定の値に対してインスタンス化されたKeyValuePair<TKey,TValue>のインスタンス。

返品

true現在のSemanticValueにキー文字列とSemanticValueの指定した値のKeyValuePair<String, SemanticValue>のインスタンスが含まれている場合は。それ以外の場合はfalse

実装

適用対象