XmlFormCollection members

Include protected members
Include inherited members

Contains an XmlForm object for each form that is currently open.

The XmlFormCollection type exposes the following members.

Constructors

  Name Description
Protected method XmlFormCollection

Top

Properties

  Name Description
Public property Count Gets a count of the number of XmlForm objects that are contained in the collection.
Public property Item Gets a reference to the specified XmlForm object from the collection by index value.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Gets an System.Collections.IEnumerator object that iterates over all entries in the XmlFormCollection object.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method New(String) Creates a new form that is based on the specified form.
Public method New(String, XmlFormOpenMode) Creates a new form that is based on the specified form by using the specified open mode behavior.
Public method NewFromFormTemplate(String) Creates a new form that is based on the specified form template, with optional data.
Public method NewFromFormTemplate(String, String) Creates a new form that uses the specified form template and XML data file.
Public method NewFromFormTemplate(String, XPathNavigator) Creates a new form by using the specified form template with data specified by an XPathNavigator object.
Public method NewFromFormTemplate(String, String, XmlFormOpenMode) Creates a new form by using the specified form template with data specified by an XPathNavigator object and opened in the specified XmlFormOpenMode.
Public method NewFromFormTemplateWithInputParameters Creates a new form with the specified form template and input parameters.
Public method Open(String) Opens the specified form.
Public method Open(String, XmlFormOpenMode) Opens the specified form by using the specified open mode behavior.
Public method ToString (Inherited from Object.)

Top

See also

Reference

XmlFormCollection class

Microsoft.Office.InfoPath namespace