XmlFormCollection Class
Contains an XmlForm object for each form that is currently open.
Inheritance Hierarchy
System.Object
Microsoft.Office.InfoPath.XmlFormCollection
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
Public MustInherit Class XmlFormCollection _
Implements IEnumerable
'Usage
Dim instance As XmlFormCollection
public abstract class XmlFormCollection : IEnumerable
Remarks
The XmlFormCollection class implements properties and methods that can be used to access a form's associated XmlForm object, or to create and open the forms themselves. The XmlFormCollection object for the current instance of InfoPath is accessed through the XmlForms property of the Application object.
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.