TextPatternIdentifiers.CultureAttribute 字段

定义

标识细化到子语言级别的文本范围的 Culture (CultureInfo) 特性;例如,瑞士法语 (fr-CH),而不是法语 (fr)。

public: static initonly System::Windows::Automation::AutomationTextAttribute ^ CultureAttribute;
public static readonly System.Windows.Automation.AutomationTextAttribute CultureAttribute;
 staticval mutable CultureAttribute : System.Windows.Automation.AutomationTextAttribute
Public Shared ReadOnly CultureAttribute As AutomationTextAttribute 

字段值

AutomationTextAttribute

注解

此标识符由UI 自动化提供程序使用。 UI 自动化客户端应用程序应使用等效字段。TextPattern

此属性的值的类型 CultureInfo

有关语言代码格式的更多详细信息,请参阅 CultureInfo

默认值是应用程序用户界面的语言。

备注

在某些情况下,服务器不支持语言标记或作者无法使用它。 在这些情况下,默认适用。

适用于

另请参阅