AutomationProperties.SetAutomationControlType Méthode

Définition

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)

S’applique à