System::Xml::XPath::XPathNavigator::MoveToAttribute yöntemi

XPathNavigator::MoveToAttribute method

Belirtilen yerel ada ve ad alanı URI’sine sahip niteliğe XPathNavigator öğesini taşır.

virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
ParameterTypeAçıklama
localNameStringÖzniteliğin yerel adı.
namespaceURIStringNiteliğin ad alanı URI’si; boş bir ad alanı için nullptr.

ReturnValue

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

Ayrıca Bakınız