Linguaggio

TextBlock.IContentHost.InputHitTest(Point) Metodo

Definizione

Questo metodo supporta l'infrastruttura Windows Presentation Foundation (macchine virtuali Windows) e non deve essere usato direttamente dal codice. Usare invece il metodo indipendente dai InputHitTestCore(Point) tipi.

 virtual System::Windows::IInputElement ^ System.Windows.IContentHost.InputHitTest(System::Windows::Point point) = System::Windows::IContentHost::InputHitTest;
System.Windows.IInputElement IContentHost.InputHitTest(System.Windows.Point point);
abstract member System.Windows.IContentHost.InputHitTest : System.Windows.Point -> System.Windows.IInputElement
override this.System.Windows.IContentHost.InputHitTest : System.Windows.Point -> System.Windows.IInputElement
Function InputHitTest (point As Point) As IInputElement Implements IContentHost.InputHitTest

Parametri

point
Point

Coordinate del mouse relative all'host del contenuto.

Valori restituiti

Elemento che è stato raggiunto.

Implementazioni

Si applica a