ItemAutomationPeer.GetClickablePointCore 方法

定义

获取表示指定的 Point 上可点击空间的 UIElement

protected:
 override System::Windows::Point GetClickablePointCore();
protected override System.Windows.Point GetClickablePointCore ();
override this.GetClickablePointCore : unit -> System.Windows.Point
Protected Overrides Function GetClickablePointCore () As Point

返回

Point

表示指定的 UIElement 上可点击空间的点。

注解

UIElementItems 集合(与此 ItemAutomationPeer 关联)中的数据项相对应。 此方法由 GetClickablePoint 调用。

适用于

另请参阅