Page tree
Skip to end of metadata
Go to start of metadata

Description

Creates and returns a Element object that represents a sub Element within this Element based on the specified start and end offsets.

C#
vb.net

Parameters

start
An int representing the starting offset of the sub Element relative to the start of this Element.
end
An int representing the ending offset of the sub Element relative the start of this Element.

Returns

A Element object that represents a sub Element within this Element.

Examples

C#
vb.net
  • No labels