SemanticValue.Contains(KeyValuePair<String,SemanticValue>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の 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
が返されます。
実装
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET