Share via


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)

屬性值

適用於