ProviderCultureResult.Cultures プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
書式設定に使用するカルチャの一覧を取得します。
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)