XmlQueryRuntime.OnCurrentNodeChanged(XPathNavigator) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Entier qui indique l'état de la modification. Réservé au test en interne.