System::Xml::XPath::XPathNavigator::MoveToFirstNamespace μέθοδος

XPathNavigator::MoveToFirstNamespace() method

Μετακινεί το XPathNavigator στον πρώτο κόμβο ονοματοχώρου του τρέχοντος κόμβου.

bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace()

ReturnValue

true if the XPathNavigator is successful moving to the first namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.

Δείτε επίσης

XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method

Όταν παρακαμφθεί σε μια παράγωγη κλάση, μετακινεί το XPathNavigator στον πρώτο κόμβο ονοματοχώρου που ταιριάζει με το καθορισμένο XPathNamespaceScope.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope namespaceScope)=0
ParameterTypeΠεριγραφή
namespaceScopeXPathNamespaceScopeΜια τιμή XPathNamespaceScope που περιγράφει το πεδίο ονοματοχώρου.

ReturnValue

true if the XPathNavigator is successful moving to the first namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.

Δείτε επίσης