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.

Si applica a