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.

Remarks

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

Applies to