IXPathResultSnapshotLength Property |
The number of nodes in the result snapshot. Valid values for snapshotItem
indices are 0 to snapshotLength-1 inclusive.
Namespace: Aspose.Html.Dom.XPathAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxint SnapshotLength { get; }
ReadOnly Property SnapshotLength As Integer
Get
property int SnapshotLength {
int get ();
}
abstract SnapshotLength : int with get
Property Value
Type:
Int32
ExceptionsException | Condition |
---|
DOMException | TYPE_ERR: raised if resultType is not
UnorderedNodeSnapshot type or OrderedNodeSnapshot type. |
See Also