UtilObject Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides utility methods that can be used with Microsoft Office InfoPath forms.
public interface class UtilObject : Microsoft::Office::Interop::InfoPath::Util
[System.Runtime.InteropServices.Guid("096CD6BE-0786-11D1-95FA-0080C78EE3BB")]
public interface UtilObject : Microsoft.Office.Interop.InfoPath.Util
type UtilObject = interface
interface Util
Public Interface UtilObject
Implements Util
- Derived
- 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) |