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
'Déclaration
Public MustOverride ReadOnly Property Site As XPathNavigator
Get
'Utilisation
Dim instance As XmlEventArgs
Dim value As XPathNavigator
value = instance.Site
public abstract XPathNavigator Site { get; }
Valeur de la propriété
Type : System.Xml.XPath.XPathNavigator
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 InfoPath Filler ou dans un navigateur Web.