IInfoPathDataImporter.Uninitialize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Uninitializes the IInfoPathDataImporter interface.
public:
void Uninitialize();
public void Uninitialize ();
abstract member Uninitialize : unit -> unit
Public Sub Uninitialize ()
Remarks
InfoPath calls the Initialize(UInt32) method before calling the Import(IPropertyBag, IEnumUnknown) method, and then calls the Uninitialize method after importing is complete.
For more information about programmatically importing data into an InfoPath form, see the InfoPath Developer PortalMicrosoft Office Developer Center.