다음을 통해 공유


ProviderCultureResult.UICultures 속성

정의

텍스트에 사용할 ui 문화권 목록(예: 언어)을 가져옵니다.

public:
 property System::Collections::Generic::IList<System::String ^> ^ UICultures { System::Collections::Generic::IList<System::String ^> ^ get(); };
public:
 property System::Collections::Generic::IList<Microsoft::Extensions::Primitives::StringSegment> ^ UICultures { System::Collections::Generic::IList<Microsoft::Extensions::Primitives::StringSegment> ^ get(); };
public System.Collections.Generic.IList<string> UICultures { get; }
public System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment> UICultures { get; }
member this.UICultures : System.Collections.Generic.IList<string>
member this.UICultures : System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment>
Public ReadOnly Property UICultures As IList(Of String)
Public ReadOnly Property UICultures As IList(Of StringSegment)

속성 값

적용 대상