System::Xml::XPath::XPathNavigator::MoveToId method
XPathNavigator::MoveToId method
파생 클래스에서 재정의될 경우, ID 유형 속성을 가지고 값이 지정된 String과 일치하는 노드로 이동합니다.
virtual bool System::Xml::XPath::XPathNavigator::MoveToId(String id)=0
| 매개변수 | 형식 | 설명 |
|---|---|---|
| id | String | 이동하려는 노드의 ID 값을 나타내는 String. |
ReturnValue
true if the XPathNavigator is successful moving; otherwise, false. If false, the position of the navigator is unchanged.
또 보기
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++