IXPathResult.SnapshotLength

IXPathResult.SnapshotLength property

The number of nodes in the result snapshot. Valid values for snapshotItem indices are 0 to snapshotLength-1 inclusive.

public int SnapshotLength { get; }

Exceptions

exceptioncondition
DOMExceptionTYPE_ERR: raised if resultType is not UnorderedNodeSnapshot type or OrderedNodeSnapshot type.

See Also