System::Xml::XPath::XPathNavigator::MoveToAttribute metode

XPathNavigator::MoveToAttribute method

Memindahkan XPathNavigator ke atribut dengan nama lokal dan URI namespace yang cocok.

virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
ParameterTipeDeskripsi
localNameStringNama lokal atribut.
namespaceURIStringURI namespace dari atribut; nullptr untuk namespace kosong.

ReturnValue

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

Lihat Juga