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)

プロパティ値

適用対象