IAccessibleHandler インターフェイス

定義

IAccessibleHandlerとそのすべての公開メンバーは、コンポーネント オブジェクト モデル (COM) IAccessibleHandler インターフェイスのマネージド ラッパーの一部です。

public interface class IAccessibleHandler
[System.Runtime.InteropServices.Guid("03022430-ABC4-11D0-BDE2-00AA001A1953")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IAccessibleHandler
[System.Runtime.InteropServices.Guid("03022430-ABC4-11D0-BDE2-00AA001A1953")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAccessibleHandler
[<System.Runtime.InteropServices.Guid("03022430-ABC4-11D0-BDE2-00AA001A1953")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IAccessibleHandler = interface
[<System.Runtime.InteropServices.Guid("03022430-ABC4-11D0-BDE2-00AA001A1953")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAccessibleHandler = interface
Public Interface IAccessibleHandler
属性

注釈

IAccessibleHandlerの詳細については、「IAccessibleHandler::AccessibleObjectFromID」を参照してください。

メソッド

名前 説明
AccessibleObjectFromID(Int32, Int32, IAccessible)

IAccessibleHandlerとそのすべての公開メンバーは、コンポーネント オブジェクト モデル (COM) IAccessibleHandler インターフェイスのマネージド ラッパーの一部です。

適用対象