System::Xml::XPath::XPathNavigator::MoveToNextNamespace metode

XPathNavigator::MoveToNextNamespace() method

Memindahkan XPathNavigator ke node namespace berikutnya.

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.

Lihat Juga

XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method

Ketika dioverride dalam kelas turunan, memindahkan XPathNavigator ke node namespace berikutnya yang cocok dengan XPathNamespaceScope yang ditentukan.

virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
ParameterTipeDeskripsi
namespaceScopeXPathNamespaceScopeSebuah nilai XPathNamespaceScope yang menggambarkan ruang nama.

ReturnValue

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

Lihat Juga