IInfoPathDataImporterFields Interface

InfoPath Developer Reference

A collection of fields in the view.

Version Information
 Version Added:  InfoPath 2007

Remarks

Use the GetControls method of the IInfoPathDataImporterFields object to return a collection of IInfoPathViewControl objects. Each object in the collection corresponds to a control in the view of the form. Each control has various properties you can evaluate or set, like the read-only DataType and InputScope properties, and the read/write Value property. Use these properties in conjunction with the data from the import source to import data into an InfoPath form.

This object or member is used for extending the InfoPath application and is not intended to be used directly from your form code.

For more information about programmatically importing data into an InfoPath form, see the InfoPath Developer Portal on the Microsoft Office Developer Center.

See Also