SemanticValue.IDictionary<String,SemanticValue>.Values 속성

정의

키/값 쌍의 사전으로부터 값이 들어있는 컬렉션을 가져옵니다.

property System::Collections::Generic::ICollection<System::Speech::Recognition::SemanticValue ^> ^ System::Collections::Generic::IDictionary<System::String,System::Speech::Recognition::SemanticValue>::Values { System::Collections::Generic::ICollection<System::Speech::Recognition::SemanticValue ^> ^ get(); };
System.Collections.Generic.ICollection<System.Speech.Recognition.SemanticValue> System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Values { get; }
member this.System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Values : System.Collections.Generic.ICollection<System.Speech.Recognition.SemanticValue>
 ReadOnly Property Values As ICollection(Of SemanticValue) Implements IDictionary(Of String, SemanticValue).Values

속성 값

ICollection<SemanticValue>

키/값 쌍 사전의 값을 포함하는 컬렉션입니다.

구현

적용 대상