편집

다음을 통해 공유


IInfoPathDataImporter.Uninitialize Method

Definition

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.

Applies to