System.Xml.XPath.XPathNavigator.InsertBefore Method

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

Syntax

public virtual System.Xml.XmlWriter InsertBefore ()

Returns

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

Remarks

The following are important notes to consider when using the XPathNavigator.InsertBefore 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