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)

属性值

适用于