Share via


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)

屬性值

適用於