DescendantIterator.Current 属性

定义

返回当前结果导航器。

此 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

属性值

当前结果导航器。

注解

仅当 方法已返回 true时,MoveNext导航器的状态才会更改。

适用于