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