UIElementAutomationPeer.GetClickablePointCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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。 如果此項目不為 HwndSource 和 PresentationSource,則點值為 (NaN, NaN)。
- 屬性