Share via


WordImporter.Initialize Method

InfoPath Developer Reference

Used to initialize the WordImporter object.

Version Information
 Version Added:  InfoPath 2007

Syntax

expression.Initialize(pUnkConversionManager)

expression   An expression that returns a WordImporter object.

Parameters

Name Required/Optional Data Type Description
pUnkConversionManager Optional IUnknown An IConversionManager or IConversionManager2 interface to display import status.

Return Value
Nothing

Remarks

The

pUnkConversionManager

parameter can be null when the WordImporter is being automated.

This interface, object, member or enumeration is provided by the InfoPath design environment. A reference must be set to the Microsoft Office InfoPath Designer 2.0 Type Library, located at C:\Program Files\Microsoft Office\Office12\IPDESIGN.DLL.

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

See Also