System::Xml::XPath::XPathNavigator::MoveToNextNamespace yöntemi

XPathNavigator::MoveToNextNamespace() method

XPathNavigator‘ı bir sonraki ad alanı düğümüne taşır.

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.

Ayrıca Bakınız

XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method

Türetilmiş bir sınıfta geçersiz kılındığında, belirtilen XPathNamespaceScope ile eşleşen bir sonraki ad alanı düğümüne XPathNavigator‘ı taşır.

virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
ParametreTürAçıklama
namespaceScopeXPathNamespaceScopeXPathNamespaceScope kapsamını tanımlayan bir değer.

ReturnValue

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

Ayrıca Bakınız