Share via


IInfoPathDataImporter.Initialize method

Initializes the IInfoPathDataImporter interface.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
Sub Initialize ( _
    lcid As UInteger _
)
'Usage
Dim instance As IInfoPathDataImporter
Dim lcid As UInteger

instance.Initialize(lcid)
void Initialize(
    uint lcid
)

Parameters

  • lcid
    Type: System.UInt32

    The locale ID of the language used to display localized strings.

Remarks

The Initialize method is called automatically before the Import method. The Uninitialize method is also called automatically.

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

See also

Reference

IInfoPathDataImporter interface

IInfoPathDataImporter members

Microsoft.Office.Interop.InfoPath namespace