Modifica

Condividi tramite


IInfoPathDataImporter.Initialize(UInt32) Method

Definition

Initializes the IInfoPathDataImporter interface.

public:
 void Initialize(System::UInt32 lcid);
public void Initialize (uint lcid);
abstract member Initialize : uint32 -> unit
Public Sub Initialize (lcid As UInteger)

Parameters

lcid
UInt32

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

Remarks

The Initialize method is called automatically before the Import(IPropertyBag, IEnumUnknown) method. The Uninitialize() method is also called automatically.

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

Applies to