System::Xml::XPath::XPathNavigator::MoveToAttribute メソッド

XPathNavigator::MoveToAttribute method

一致するローカル名と名前空間 URI を持つ属性へ XPathNavigator を移動します。

virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
パラメーター説明
localNameString属性のローカル名。
namespaceURIString属性の名前空間 URI。空の名前空間の場合は nullptr

ReturnValue

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

参照