UIElementAutomationPeer.GetClickablePointCore 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 un Point qui représente l’espace interactif de UIElement associé à UIElementAutomationPeer. Cette méthode est appelée par GetClickablePoint().
protected:
override System::Windows::Point GetClickablePointCore();
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
protected override System.Windows.Point GetClickablePointCore ();
protected override System.Windows.Point GetClickablePointCore ();
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
override this.GetClickablePointCore : unit -> System.Windows.Point
override this.GetClickablePointCore : unit -> System.Windows.Point
Protected Overrides Function GetClickablePointCore () As Point
Retours
Point sur l’élément qui autorise un clic. Les valeurs de points sont (NaN, NaN) si l’élément n’est pas à la fois un HwndSource et un PresentationSource.
- Attributs