共用方式為


AutomationElementIdentifiers.IsPeripheralProperty 屬性

定義

識別布林自動化屬性,指出自動化專案是否代表周邊 UI。

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

屬性值

自動化屬性識別碼。

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

備註

布林值,表示自動化專案代表周邊 UI 是由 GetIsPeripheral 方法傳回。

適用於