LanguageSpecificStringDictionary.Values 속성

정의

Important

이 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)

속성 값

사전의 문자열을 포함하는 컬렉션입니다.

구현

특성

적용 대상