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>

キー文字列の任意の値にインスタンス化された KeyValuePair<TKey,TValue> のインスタンスと SemanticValue のインスタンス。

戻り値

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

実装

適用対象