UITechnologyManager.GetControlSupportLevel 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.
Surcharges
| GetControlSupportLevel(IntPtr) |
Retourne l'indication de confiance pour ce gestionnaire de technologie selon laquelle le contrôle identifié avec le handle fourni peut être pris en charge. |
| GetControlSupportLevel(AutomationElement) |
GetControlSupportLevel(IntPtr)
Retourne l'indication de confiance pour ce gestionnaire de technologie selon laquelle le contrôle identifié avec le handle fourni peut être pris en charge.
public:
abstract int GetControlSupportLevel(IntPtr windowHandle);
public abstract int GetControlSupportLevel (IntPtr windowHandle);
abstract member GetControlSupportLevel : nativeint -> int
Public MustOverride Function GetControlSupportLevel (windowHandle As IntPtr) As Integer
Paramètres
- windowHandle
- IntPtr
Handle de fenêtre pour un élément spécifique.
Retours
Entier qui indique le niveau de prise en charge.
Implémente
S’applique à
GetControlSupportLevel(AutomationElement)
public:
virtual int GetControlSupportLevel(System::Windows::Automation::AutomationElement ^ element);
public virtual int GetControlSupportLevel (System.Windows.Automation.AutomationElement element);
abstract member GetControlSupportLevel : System.Windows.Automation.AutomationElement -> int
override this.GetControlSupportLevel : System.Windows.Automation.AutomationElement -> int
Public Overridable Function GetControlSupportLevel (element As AutomationElement) As Integer
Paramètres
- element
- AutomationElement