IAccessible.accChildCount プロパティ

定義

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

public:
 property int accChildCount { int get(); };
public int accChildCount { get; }
member this.accChildCount : int
Public ReadOnly Property accChildCount As Integer

プロパティ値

カウントを表す整数。

注釈

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

適用対象