XmlFormHostItem class

This class is a wrapper for the XmlForm class.

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    ContractAdapterBase
      RemoteObjectAdapter
        Microsoft.Office.InfoPath.XmlFormHostItem

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

Syntax

'Declaration
Public MustInherit Class XmlFormHostItem _
    Inherits RemoteObjectAdapter _
    Implements IEntryPointContract, IContract
'Usage
Dim instance As XmlFormHostItem
public abstract class XmlFormHostItem : RemoteObjectAdapter, 
    IEntryPointContract, IContract

Remarks

The XmlFormHostItem class and its members are wrappers for the XmlForm class and its corresponding members.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

XmlFormHostItem members

Microsoft.Office.InfoPath namespace