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
ReadOnly Property DOM As IXMLDOMDocument
Get
'Usage
Dim instance As MergeEvent
Dim value As IXMLDOMDocument
value = instance.DOM
IXMLDOMDocument DOM { get; }
Property value
Type: Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMDocument
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.