InfoPathEditor.XDocument - Propriété

Obtient un objet XDocument associé à l'objet hébergé InfoPathEditor .

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

Syntaxe

'Déclaration
ReadOnly Property XDocument As XDocument
    Get
'Utilisation
Dim instance As InfoPathEditor
Dim value As XDocument

value = instance.XDocument
XDocument XDocument { get; }

Valeur de propriété

Type : Microsoft.Office.Interop.InfoPath.XDocument
Objet XDocument associé à l'objet hébergé InfoPathEditor .

Remarques

L'objet XDocument renvoyé peut être utilisé pour accéder et travailler avec les membres du modèle objet InfoPath.

Pour plus d'informations sur les InfoPathEditor et les objets FormControl , consultez l'article MSDN d'hébergement de l'environnement d'édition du formulaire InfoPath dans une Application de formulaire Windows personnalisée et la section « L'éditeur InfoPath Hosted comme un contrôle » Nouveautés pour les développeurs InfoPath.

Voir aussi

Référence

InfoPathEditor interface

InfoPathEditor - Membres

Microsoft.Office.Interop.InfoPath - Espace de noms