AccessibleObject.IAccessible.accChildCount プロパティ

定義

このオブジェクトに属する子インターフェイスの数を取得します。 このメンバーの詳細については、「accChildCount」をご覧ください。

property int Accessibility::IAccessible::accChildCount { int get(); };
int Accessibility.IAccessible.accChildCount { get; }
member this.Accessibility.IAccessible.accChildCount : int
 ReadOnly Property accChildCount As Integer Implements IAccessible.accChildCount

プロパティ値

このオブジェクトに属する子ユーザー補助オブジェクトの数。 オブジェクトに子オブジェクトがない場合、この値は 0 です。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、AccessibleObject のインスタンスが IAccessible インターフェイスにキャストされる場合のみ、使用できます。

適用対象