AutomationProperties.SetAutomationControlType Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Imposta il valore della proprietà associata AutomationProperties.AutomationControlType per l'oggetto DependencyObject specificato.
public:
static void SetAutomationControlType(UIElement ^ element, AutomationControlType value);
static void SetAutomationControlType(UIElement const& element, AutomationControlType const& value);
public static void SetAutomationControlType(UIElement element, AutomationControlType value);
function setAutomationControlType(element, value)
Public Shared Sub SetAutomationControlType (element As UIElement, value As AutomationControlType)
Parametri
- element
- UIElement
DependencyObject per cui impostare la proprietà.
- value
- AutomationControlType
Tipo di controllo Automazione interfaccia utente da impostare.
Requisiti Windows
Famiglia di dispositivi |
Windows 11 (è stato introdotto in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v14.0)
|