Edit

Share via


XmlEventArgs.Site Property

Definition

Gets an XPathNavigator object pointing at the node that is being changed.

public:
 abstract property System::Xml::XPath::XPathNavigator ^ Site { System::Xml::XPath::XPathNavigator ^ get(); };
public abstract System.Xml.XPath.XPathNavigator Site { get; }
member this.Site : System.Xml.XPath.XPathNavigator
Public MustOverride ReadOnly Property Site As XPathNavigator

Property Value

An XPathNavigator object pointing to the changed node.

Remarks

After you set a reference to the XPathNavigator object that the Site property returns, you can use any of the properties and methods that are supported by the XPathNavigator class to work with the data.

This member can be accessed without restrictions.

This type or member can be accessed from code running in forms opened in Microsoft InfoPath Filler or in a Web browser.

Applies to