'Declaration Public Overloads Function Add( _ ByVal caption As String, _ ByVal location As IDocumentLocation _ ) As Integer
public int Add( string caption, IDocumentLocation location )
Parameters
- caption
- The caption of the node to add.
- location
- The location associated with the node.
Return Value
The index of the newly added node in the current collection.