Share via


AutomationProperties.GetIsPeripheral(DependencyObject) Metodo

Definizione

Ottiene un valore booleano che indica se l'elemento specificato rappresenta l'interfaccia utente periferica.

public:
 static bool GetIsPeripheral(DependencyObject ^ element);
 static bool GetIsPeripheral(DependencyObject const& element);
public static bool GetIsPeripheral(DependencyObject element);
function getIsPeripheral(element)
Public Shared Function GetIsPeripheral (element As DependencyObject) As Boolean

Parametri

element
DependencyObject

Elemento da verificare per i dati periferici.

Restituisce

Boolean

bool

Valore booleano che indica se DependencyObject specificato dal parametro dell'elemento rappresenta l'interfaccia utente periferica.

Requisiti Windows

Famiglia di dispositivi
Windows 10 Anniversary Edition (è stato introdotto in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v3.0)

Si applica a

Vedi anche