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

XPathNavigator::MoveToNextNamespace() method

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

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

ReturnValue

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

Δείτε επίσης

XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method

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

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

ReturnValue

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

Δείτε επίσης