UtilObject Interface

Definition

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

public interface class UtilObject : Microsoft::Office::Interop::InfoPath::SemiTrust::Util
[System.Runtime.InteropServices.Guid("096cd6be-0786-11d1-95fa-0080c78ee3bb")]
public interface UtilObject : Microsoft.Office.Interop.InfoPath.SemiTrust.Util
type UtilObject = interface
    interface Util
Public Interface UtilObject
Implements Util
Attributes
Implements

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.

Properties

Date

Gets a reference to the DateObject object.

(Inherited from Util)
Math

Gets a reference to the MathObject object.

(Inherited from Util)

Methods

Match(String, String)

Gets a value that indicates whether the test matches the specified pattern.

(Inherited from Util)

Applies to