IInfoPathDataImporter.Initialize(UInt32) 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.
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.