UIElementAutomationPeer.GetClickablePointCore メソッド

定義

このPointに関連付けられているUIElement上にあるクリック可能な領域を表すUIElementAutomationPeerを取得します。 このメソッドは、 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 。 要素がNaNNaNの両方でない場合、ポイント値は (HwndSourcePresentationSource) です。

属性

適用対象