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)

属性值

适用于