IdIterator.Current 属性
定义
返回当前结果导航器。Returns the current result navigator.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property System::Xml::XPath::XPathNavigator ^ Current { System::Xml::XPath::XPathNavigator ^ get(); };
public System.Xml.XPath.XPathNavigator Current { get; }
member this.Current : System.Xml.XPath.XPathNavigator
Public ReadOnly Property Current As XPathNavigator
属性值
当前结果导航器。The current result navigator.
注解
仅当方法返回时,导航器的状态才会更改 MoveNext true
。The state of the navigator changes only if the MoveNext method has returned true
.