FileClassifier.Culture 属性
定义
获取或设置生成的区域性。Gets or sets the culture of the build.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property System::String ^ Culture { System::String ^ get(); void set(System::String ^ value); };
public string Culture { get; set; }
member this.Culture : string with get, set
Public Property Culture As String
属性值
如果生成不可本地化,则为生成的区域性或 null。The culture of the build or null if the build is non-localizable