System::Xml::XPath::XPathNavigator::MoveToFirstNamespace method

XPathNavigator::MoveToFirstNamespace() method

XPathNavigator‘ı 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‘ı taşır.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope namespaceScope)=0
ParameterTypeAçıklama
namespaceScopeXPathNamespaceScopeAd alanı kapsamını tanımlayan bir XPathNamespaceScope değeri.

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