System::Xml::XPath::XPathNavigator::MoveToFirstNamespace metodu

XPathNavigator::MoveToFirstNamespace() method

XPathNavigator öğesini geçerli düğümün ilk ad alanı düğümüne taşır.

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.

Ayrıca Bakınız

XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method

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

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

ReturnValue

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

Ayrıca Bakınız