Edit

Share via


XmlEventArgs.Match Property

Definition

Gets an XPathExpression object which contains an XPath expression that returns the node that is currently being changed.

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

Property Value

A XPathExpression object that returns the node that is currently being changed in the form's underlying XML document.

Remarks

The XPathExpression object returned by Match property contains a compiled XPath expression that points to a node in the form's underlying XML document. This is the node that raised the event to which the event handler is responding.

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