'Declaration Public Function New( _ ByVal caption As String, _ ByVal location As IDocumentLocation _ )
public OutlineNode( string caption, IDocumentLocation location )
Parameters
- caption
 - The node caption.
 - location
 - The location within a document associated with the current node.