AutomationProperties.SetIsPeripheral(DependencyObject, Boolean) Metodo

Definizione

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

public:
 static void SetIsPeripheral(DependencyObject ^ element, bool value);
 static void SetIsPeripheral(DependencyObject const& element, bool const& value);
public static void SetIsPeripheral(DependencyObject element, bool value);
function setIsPeripheral(element, value)
Public Shared Sub SetIsPeripheral (element As DependencyObject, value As Boolean)

Parametri

element
DependencyObject

Elemento per cui impostare i dati periferici.

value
Boolean

bool

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

Si applica a