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

속성 값

Int32

이 개체에 속한 액세스 가능한 자식 개체의 수입니다. 개체에 자식 개체가 없으면 이 값은 0입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, AccessibleObject 인스턴스가 IAccessible 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상