IContentHost.InputHitTest(Point) 方法

定義

執行子項目的點擊測試。

public:
 System::Windows::IInputElement ^ InputHitTest(System::Windows::Point point);
public System.Windows.IInputElement InputHitTest (System.Windows.Point point);
abstract member InputHitTest : System.Windows.Point -> System.Windows.IInputElement
Public Function InputHitTest (point As Point) As IInputElement

參數

point
Point

滑鼠會隨著 ContentHost 而相對改變。

傳回

IInputElement

IInputElement 的子系,如果不存在此種項目則為 NULL

適用於