ProviderCultureResult 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
有关从 IRequestCultureProvider获取的区域性的详细信息。
public ref class ProviderCultureResult
public class ProviderCultureResult
type ProviderCultureResult = class
Public Class ProviderCultureResult
- 继承
-
ProviderCultureResult
构造函数
ProviderCultureResult(IList<String>) |
创建一个新的 ProviderCultureResult 对象,其 Cultures 和 UICultures 属性设置为相同的区域性值。 |
ProviderCultureResult(IList<String>, IList<String>) |
创建一个新 ProviderCultureResult 对象,其 Cultures 和 UICultures 属性设置为所提供的相应区域性值。 |
ProviderCultureResult(IList<StringSegment>) |
创建一个新的 ProviderCultureResult 对象,其 Cultures 和 UICultures 属性设置为相同的区域性值。 |
ProviderCultureResult(IList<StringSegment>, IList<StringSegment>) |
创建一个新 ProviderCultureResult 对象,其 Cultures 和 UICultures 属性设置为所提供的相应区域性值。 |
ProviderCultureResult(String) |
创建一个新的 ProviderCultureResult 对象,其 Cultures 和 UICultures 属性设置为相同的区域性值。 |
ProviderCultureResult(String, String) |
创建一个新 ProviderCultureResult 对象,其 Cultures 和 UICultures 属性设置为所提供的相应区域性值。 |
ProviderCultureResult(StringSegment) |
创建一个新的 ProviderCultureResult 对象,其 Cultures 和 UICultures 属性设置为相同的区域性值。 |
ProviderCultureResult(StringSegment, StringSegment) |
创建一个新 ProviderCultureResult 对象,其 Cultures 和 UICultures 属性设置为所提供的相应区域性值。 |
属性
Cultures |
获取要用于格式设置的区域性列表。 |
UICultures |
获取要用于文本(即语言)的 ui 区域性列表; |