IAccessible.accLocation(Int32, Int32, Int32, Int32, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
IAccessible 介面和其所有公開的成員都是元件物件模型 (COM) IAccessible
介面之 Managed 包裝函式的一部分。
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。