IAccessible.accChildCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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。