System.Xml.XPath.XPathNavigator.CanEdit Property

Gets a value indicating whether the System.Xml.XPath.XPathNavigator can edit the underlying XML data.

Syntax

public virtual bool CanEdit { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The XPathNavigator.CanEdit property has different values based on the three different implementations of the System.Xml.XPath.IXPathNavigable interface in the .NET Framework. The XPathNavigator.CanEdit values for System.Xml.XPath.XPathNavigator objects created by each implementation are listed in the following table.

System.Xml.XPath.XPathDocument

false

System.Xml.XmlDocument

true

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