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 上可按區域的點。

備註

UIElement 會對應至與 Items 相關聯之 ItemAutomationPeer 集合中的資料項目。 這個方法是由 GetClickablePoint 所呼叫。

適用於

另請參閱