IAccessible.accLocation(Int32, Int32, Int32, Int32, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
介面 IAccessible 及其所有外露成員都是元件物件模型(COM) IAccessible 介面的受管理包裝器的一部分。
public void accLocation(out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, object varChild);
abstract member accLocation : int * int * int * int * obj -> unit
Public Sub accLocation (ByRef pxLeft As Integer, ByRef pyTop As Integer, ByRef pcxWidth As Integer, ByRef pcyHeight As Integer, Optional varChild As Object)
參數
- pxLeft
- Int32
此參數僅供內部使用。
- pyTop
- Int32
此參數僅供內部使用。
- pcxWidth
- Int32
此參數僅供內部使用。
- pcyHeight
- Int32
此參數僅供內部使用。
- varChild
- Object
此參數僅供內部使用。
備註
欲了解更多資訊 accLocation,請參見 IAccessible::accLocation。