Udostępnij za pośrednictwem


DataDOM Interface

The DataDOM object is the Microsoft InfoPath 2010 object that is used to implement the data validation events that are associated with the XDocument object.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
<GuidAttribute("096cd785-0786-11d1-95fa-0080c78ee3bb")> _
Public Interface DataDOM _
    Inherits DataDOMEmpty
'Usage
Dim instance As DataDOM
[GuidAttribute("096cd785-0786-11d1-95fa-0080c78ee3bb")]
public interface DataDOM : DataDOMEmpty

Remarks

The DataDOM object cannot be used directly in code.

See Also

Reference

Microsoft.Office.Interop.InfoPath.SemiTrust Namespace