IAccessible.accChildCount プロパティ
定義
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 int accChildCount { int get(); };
public int accChildCount { get; }
member this.accChildCount : int
Public ReadOnly Property accChildCount As Integer
プロパティ値
数を表す整数。An integer representing the count.
注釈
の詳細について accChildCount は、「 IAccessible:: get_accChildCount」を参照してください。For more information about accChildCount, see IAccessible::get_accChildCount.