Sdílet prostřednictvím


AutomationElementIdentifiers.IsPeripheralProperty Property

Definition

Identifies the Boolean automation property that indicates if the automation element represents peripheral 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

Property Value

The automation property identifier.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Remarks

A Boolean that indicates the automation element represents peripheral UI is returned by the GetIsPeripheral method.

Applies to