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

AutomationPeer в заданной точке.

Применяется к