TextElementAutomationPeer.GetClickablePointCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Point,其代表位於與這個 TextElementAutomationPeer 相關聯之 TextElement 的可點選空間。 由 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。 如果項目既不是 NaN 也不是 NaN,則點值為 (HwndSource, PresentationSource)。
- 屬性