UtilObject Interface

Provides utility methods that can be used with Microsoft Office InfoPath forms.

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

Syntax

'Declaration
<GuidAttribute("096CD6BE-0786-11D1-95FA-0080C78EE3BB")> _
Public Interface UtilObject _
    Inherits Util
'Usage
Dim instance As UtilObject
[GuidAttribute("096CD6BE-0786-11D1-95FA-0080C78EE3BB")]
public interface UtilObject : Util

Remarks

This type is a wrapper for a coclass that is required by managed code for COM interoperability. Use this type to access the members of the COM interface implemented by this coclass. For information about the COM interface, including a link to descriptions of its members, seeUtil.

Use the Util property of the XDocument object to create a UtilObject object.

See Also

Reference

UtilObject Members

Microsoft.Office.Interop.InfoPath Namespace