CommandBarPopup.accHitTest(Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定坐标处的对象。 不推荐使用此方法。
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 坐标。
返回
对象。 不推荐使用此方法。
实现
- 属性
注解
调用时,此方法将引发 DeprecatedException。