IAccessible.accChildCount プロパティ

定義

IAccessible インターフェイスおよびそのすべての公開メンバーは、コンポーネント オブジェクト モデル (COM: Component Object Model) の 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」を参照してください。

適用対象