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

XPathNavigator::MoveToFirstNamespace() method

Memindahkan XPathNavigator ke node namespace pertama dari node saat ini.

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.

Lihat Juga

XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method

Saat ditimpa dalam kelas turunan, memindahkan XPathNavigator ke node namespace pertama yang cocok dengan XPathNamespaceScope yang ditentukan.

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

ReturnValue

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

Lihat Juga