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.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.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.SemiTrust.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.

Important

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

See also

Reference

MergeEvent interface

MergeEvent members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace