UIElementAutomationPeer.GetClickablePointCore 方法

定義

取得 Point,其代表位於與這個 UIElementAutomationPeer 相關聯之 UIElement 的可點選空間。 這個方法是由 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

傳回

位於允許按一下之項目上的 Point。 如果此項目不為 HwndSourcePresentationSource,則點值為 (NaN, NaN)。

屬性

適用於