IAccessible.accChildCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of children. This property is deprecated.
public:
property int accChildCount { int get(); };
public:
property int accChildCount { int get(); };
[System.Runtime.InteropServices.DispId(-5001)]
public int accChildCount { [System.Runtime.InteropServices.DispId(-5001)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
[<System.Runtime.InteropServices.DispId(-5001)>]
[<get: System.Runtime.InteropServices.DispId(-5001)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.accChildCount : int
Public ReadOnly Property accChildCount As Integer
Property Value
The number of children. This property is deprecated.
- Attributes
Remarks
This property throws a DeprecatedException when called.