CommandBar.accHitTest(Int32, Int32) 方法

定义

获取指定坐标处的对象。 不推荐使用此方法。

public:
 System::Object ^ accHitTest(int xLeft, int yTop);
public:
 Platform::Object ^ accHitTest(int xLeft, int yTop);
winrt::Windows::Foundation::IInspectable accHitTest(int xLeft, int yTop);
[System.Runtime.InteropServices.DispId(-5017)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public object accHitTest (int xLeft, int yTop);
[<System.Runtime.InteropServices.DispId(-5017)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member accHitTest : int * int -> obj
Public Function accHitTest (xLeft As Integer, yTop As Integer) As Object

参数

xLeft
Int32

X 坐标。

yTop
Int32

Y 坐标。

返回

Object

对象。 不推荐使用此方法。

实现

属性

注解

调用时,此方法将引发 DeprecatedException。

适用于