Freigeben über


AutomationElementIdentifiers.IsPeripheralProperty Eigenschaft

Definition

Gibt die boolesche Automatisierungseigenschaft an, die angibt, ob das Automation-Element die Peripheriebenutzeroberfläche darstellt.

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

Eigenschaftswert

Der Bezeichner der Automatisierungseigenschaft.

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Hinweise

Ein boolescher Wert, der angibt, dass das Automation-Element die Peripheriebenutzeroberfläche darstellt, wird von der GetIsPeripheral-Methode zurückgegeben.

Gilt für: