System.Xml.XPath.XPathNavigator.InsertAfter Method

Returns an System.Xml.XmlWriter object used to create a new sibling node after the currently selected node.

Syntax

public virtual System.Xml.XmlWriter InsertAfter ()

Returns

An System.Xml.XmlWriter object used to create a new sibling node after the currently selected node.

Remarks

The following are important notes to consider when using the XPathNavigator.InsertAfter method.

Requirements

Namespace: System.Xml.XPath
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0