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

适用于