Condividi tramite


XmlQueryRuntime.OnCurrentNodeChanged(XPathNavigator) Metodo

Definizione

Usato per il debug in Visual Studio. Chiamato dopo la modifica del nodo corrente.

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

Parametri

currentNode
XPathNavigator

Oggetto XPathNavigator che identifica il nodo.

Restituisce

Int32

Intero che indica lo stato della modifica. Usato solo per test interni.

Si applica a