AutomationElementIdentifiers.IsPeripheralProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.