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

XPathNavigator::MoveToNamespace method

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

virtual bool System::Xml::XPath::XPathNavigator::MoveToNamespace(String name)
ParameterTypeΠεριγραφή
όνομαStringΤο πρόθεμα ονοματοχώρου του κόμβου ονοματοχώρου.

ReturnValue

true if the XPathNavigator is successful moving to the specified namespace; false if a matching namespace node was not found, or if the XPathNavigator is not positioned on an element node. If false, the position of the XPathNavigator is unchanged.

Δείτε επίσης