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

XPathNavigator::MoveToAttribute method

XPathNavigator‘ı eşleşen yerel ad ve ad alanı URI’sine sahip özniteliğe taşır.

virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
ParametreTürAçıklama
localNameDizeÖzelliğin yerel adı.
namespaceURIDizeÖzniteliğ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