IAccessible.accParent プロパティ
定義
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:
property System::Object ^ accParent { System::Object ^ get(); };
public object accParent { get; }
member this.accParent : obj
Public ReadOnly Property accParent As Object
プロパティ値
オブジェクト。An object.
注釈
の詳細について accParent は、「 IAccessible:: get_accParent」を参照してください。For more information about accParent, see IAccessible::get_accParent.