IAccessible.accLocation(Int32, Int32, Int32, Int32, Object) メソッド
定義
IAccessible インターフェイスおよびそのすべての公開メンバーは、コンポーネント オブジェクト モデル (COM: Component Object Model) の IAccessible
インターフェイスのマネージド ラッパーの一部です。The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible
interface.
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
このパラメーターは、内部使用のみを目的としています。This parameter is intended for internal use only.
- pyTop
- Int32
このパラメーターは、内部使用のみを目的としています。This parameter is intended for internal use only.
- pcxWidth
- Int32
このパラメーターは、内部使用のみを目的としています。This parameter is intended for internal use only.
- pcyHeight
- Int32
このパラメーターは、内部使用のみを目的としています。This parameter is intended for internal use only.
- varChild
- Object
このパラメーターは、内部使用のみを目的としています。This parameter is intended for internal use only.
注釈
の詳細について accLocation は、「 IAccessible:: の場所」を参照してください。For more information about accLocation, see IAccessible::accLocation.