UIElementAutomationPeer.GetClickablePointCore Méthode

Définition

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

S’applique à