AutomationPeer.GetPeerFromPointCore(Point) 方法

定義

在衍生類別中覆寫時,從 GetPeerFromPoint(Point) 呼叫。

protected:
 virtual System::Windows::Automation::Peers::AutomationPeer ^ GetPeerFromPointCore(System::Windows::Point point);
protected virtual System.Windows.Automation.Peers.AutomationPeer GetPeerFromPointCore (System.Windows.Point point);
abstract member GetPeerFromPointCore : System.Windows.Point -> System.Windows.Automation.Peers.AutomationPeer
override this.GetPeerFromPointCore : System.Windows.Point -> System.Windows.Automation.Peers.AutomationPeer
Protected Overridable Function GetPeerFromPointCore (point As Point) As AutomationPeer

參數

point
Point

要從該處取得 AutomationPeer 的螢幕位置。

傳回

位於指定的點的 AutomationPeer

適用於