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 .

반품

true 현재 SemanticValue 에 키 문자열의 KeyValuePair<String, SemanticValue> 지정된 값에 대한 인스턴스가 포함되어 있으면 이고 SemanticValue, false그렇지 않으면 .

구현

적용 대상