LanguageSpecificStringDictionary.Values 속성

정의

중요

이 API는 CLS 규격이 아닙니다.

사전에 있는 값 또는 문자열이 들어 있는 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ Values { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
[System.CLSCompliant(false)]
public System.Collections.Generic.ICollection<string> Values { get; }
[<System.CLSCompliant(false)>]
member this.Values : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Values As ICollection(Of String)

속성 값

ICollection<String>

사전에 있는 문자열이 들어 있는 컬렉션입니다.

구현

특성

적용 대상