UnionIterator.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

属性值

XPathNavigator

当前结果导航器。The current result navigator.

注解

CurrentMoveNext 方法将 Current 属性设置为下一个节点并返回时,将修改属性 HaveCurrentNode ; 否则, Current 属性将保持不变。The Current property gets modified when the MoveNext method sets the Current property to the next node and returns HaveCurrentNode; otherwise, the Current property remains unchanged.

适用于