AutomationPeer.GetPeerFromPointCore(Point) Método

Definição

Quando substituído em uma classe derivada, é chamado de 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

Parâmetros

point
Point

A posição na tela da qual obter o AutomationPeer.

Retornos

O AutomationPeer no ponto especificado.

Aplica-se a