Share via


MergeEvent.DOM Property

Gets a form's underlying XML document as an XML Document Object Model (DOM) construction for the current form involved in a merging operation.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
'Usage

Remarks

The DOM property allows you to access and manipulate the source XML of a form programmatically. After you have set a reference to the XML DOM, which contains the source XML data of a form, you can use any of the properties and methods that are supported by the XML DOM.

See Also

Reference

MergeEvent Interface
MergeEvent Members
Microsoft.Office.Interop.InfoPath Namespace