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의 인스턴스입니다.

반환

Boolean

현재 SemanticValue에 키 문자열과 SemanticValue의 지정된 값에 대한 KeyValuePair<String, SemanticValue>의 인스턴스가 포함된 경우 truebool를 반환합니다. 그렇지 않으면 false이 반환됩니다.

구현

적용 대상