IParentNodeChildElementCount Property |
The childElementCount attribute must return the number of children of the context object that are elements.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxint ChildElementCount { get; }
ReadOnly Property ChildElementCount As Integer
Get
property int ChildElementCount {
int get ();
}
abstract ChildElementCount : int with get
Property Value
Type:
Int32
The child element count.
Implements
IElementTraversalChildElementCount
See Also