Partager via


XmlQueryRuntime.OnCurrentNodeChanged(XPathNavigator) Méthode

Définition

Utilisé pour le débogage dans Visual Studio. Appelé une fois que le nœud actuel a changé.

public:
 static int OnCurrentNodeChanged(System::Xml::XPath::XPathNavigator ^ currentNode);
public static int OnCurrentNodeChanged (System.Xml.XPath.XPathNavigator currentNode);
static member OnCurrentNodeChanged : System.Xml.XPath.XPathNavigator -> int
Public Shared Function OnCurrentNodeChanged (currentNode As XPathNavigator) As Integer

Paramètres

currentNode
XPathNavigator

Objet XPathNavigator qui identifie le nœud.

Retours

Int32

Entier qui indique l'état de la modification. Réservé au test en interne.

S’applique à