DocumentFragmentChildElementCount Property |
Returns the current number of element nodes that are children of this element. 0 if this element has no child nodes that are of nodeType 1.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public int ChildElementCount { get; }
Public ReadOnly Property ChildElementCount As Integer
Get
public:
virtual property int ChildElementCount {
int get () sealed;
}
abstract ChildElementCount : int with get
override ChildElementCount : int with get
Property Value
Type:
Int32
The child element count.
Implements
IParentNodeChildElementCountIElementTraversalChildElementCountSee Also