AutomationProperties.SetAutomationControlType Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la valeur de la propriété jointe AutomationProperties.AutomationControlType pour l’objet DependencyObject spécifié.
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)
Paramètres
- element
- UIElement
DependencyObject pour lequel définir la propriété .
- value
- AutomationControlType
Type de contrôle UI Automation à définir.
Configuration requise pour Windows
Famille d’appareils |
Windows 11 (introduit dans 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v14.0)
|