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

XPathNavigator::MoveToId method

派生クラスでオーバーライドされた場合、ID 型属性を持ち、その値が指定された String と一致するノードへ移動します。

virtual bool System::Xml::XPath::XPathNavigator::MoveToId(String id)=0
パラメーター説明
idString移動先ノードの ID 値を表す String

ReturnValue

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

参照