Partager via


XmlEventArgs.Site, propriété

Obtient un objet XPathNavigator pointant vers le nœud modifié.

Espace de noms : Microsoft.Office.InfoPath
Assembly : Microsoft.Office.InfoPath (dans microsoft.office.infopath.dll)

Syntaxe

Public MustOverride ReadOnly Property Site As XPathNavigator

Dim instance As XmlEventArgs
Dim value As XPathNavigator

value = instance.Site
public abstract XPathNavigator Site { get; }

Valeur de la propriété

Objet XPathNavigator pointant vers le nœud modifié.

Remarques

Après avoir défini une référence à l'objet XPathNavigator renvoyé par la propriété Site, vous pouvez utiliser n'importe quelle propriété et méthode prise en charge par la classe XPathNavigator pour manipuler les données.

Ce membre est accessible sans restrictions.

Ce type ou ce membre est accessible à partir du code exécuté dans les formulaires ouverts dans Microsoft Office InfoPath 2007 ou un navigateur Web.

Voir aussi

Référence

XmlEventArgs, classe
Membres XmlEventArgs
Microsoft.Office.InfoPath, espace de noms