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.

또 보기