AutomationProperties.GetAutomationControlType(UIElement) 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.
Obtient la valeur de la propriété jointe AutomationProperties.AutomationControlType pour l’objet DependencyObject spécifié.
public:
static AutomationControlType GetAutomationControlType(UIElement ^ element);
static AutomationControlType GetAutomationControlType(UIElement const& element);
public static AutomationControlType GetAutomationControlType(UIElement element);
function getAutomationControlType(element)
Public Shared Function GetAutomationControlType (element As UIElement) As AutomationControlType
Paramètres
- element
- UIElement
DependencyObject to case activée.
Retours
Type de contrôle UI Automation pour l’élément spécifié.
Configuration requise pour Windows
Famille d’appareils |
Windows 11 (introduit dans 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v14.0)
|