次の方法で共有


ProviderCultureResult.Cultures プロパティ

定義

書式設定に使用するカルチャの一覧を取得します。

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

プロパティ値

適用対象