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