UtilObject interface
Provides utility methods that can be used with Microsoft InfoPath forms.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.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.