Partager via


IInfoPathDataImporter.Initialize - Méthode

Initialise l'interface IInfoPathDataImporter .

Espace de noms :  Microsoft.Office.Interop.InfoPath
Assembly :  Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)

Syntaxe

'Déclaration
Sub Initialize ( _
    lcid As UInteger _
)
'Utilisation
Dim instance As IInfoPathDataImporter
Dim lcid As UInteger

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

Paramètres

  • lcid
    Type : System.UInt32

    L'ID de paramètres régionaux de la langue utilisée pour afficher les chaînes localisées.

Remarques

La méthode Initialize est appelée automatiquement avant que la méthode Import . La méthode Uninitialize est également appelée automatiquement.

Pour plus d'informations sur l'importation par programme des données dans un formulaire InfoPath, voir le Portail des développeurs InfoPath sur le Centre de développement Microsoft Office.

Voir aussi

Référence

IInfoPathDataImporter interface

IInfoPathDataImporter - Membres

Microsoft.Office.Interop.InfoPath - Espace de noms