共用方式為


AutomationElementIdentifiers.LocalizedControlTypeProperty 屬性

定義

識別當地語系化的控制項類型自動化屬性,這個屬性提供一種機制來改變朗讀程式所讀取的控制項類型。

public:
 static property AutomationProperty ^ LocalizedControlTypeProperty { AutomationProperty ^ get(); };
static AutomationProperty LocalizedControlTypeProperty();
public static AutomationProperty LocalizedControlTypeProperty { get; }
var automationProperty = AutomationElementIdentifiers.localizedControlTypeProperty;
Public Shared ReadOnly Property LocalizedControlTypeProperty As AutomationProperty

屬性值

自動化屬性識別碼。

備註

GetLocalizedControlTypeCore方法會傳回目前的當地語系化控制項類型。

適用於