DocContextChangeEvent.XDocument - Propriété
Obtient une référence à l'objet XDocument qui est associé à l'objet DocContextChangeEventObject dans un événement OnContextChange .
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 DocContextChangeEvent
Dim value As XDocument
value = instance.XDocument
XDocument XDocument { get; }
Valeur de propriété
Type : Microsoft.Office.Interop.InfoPath.XDocument
Implémentations
Voir aussi
Référence
DocContextChangeEvent interface