IInfoPathDataImporter.Uninitialize Method

InfoPath Developer Reference

Uninitializes the IInfoPathDataImporter interface.

Version Information
 Version Added:  InfoPath 2007

Syntax

expression.Uninitialize

expression   An expression that returns an IInfoPathDataImporter interface.

Return Value
[HRESULT]

Remarks

InfoPath calls the Initialize method before calling the Import method, and then calls the Uninitialize method after importing is complete.

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