NodeKindContentIterator.MoveNext 方法
定义
将迭代器定位到具有匹配节点类型的下一个子内容节点。Positions the iterator on the next child content node with a matching node kind.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
bool MoveNext();
public bool MoveNext ();
member this.MoveNext : unit -> bool
Public Function MoveNext () As Boolean
返回
如果存在具有匹配节点类型的下一个子内容节点,则为 true;否则为 false。true if the next child content node with a matching node kind exists; otherwise, false.
注解
如果存在具有匹配节点类型的下一个子内容节点,则该 MoveNext 方法会将 Current 属性设置为当前结果导航器; 否则,属性将 Current 保持不变。If the next child content node with a matching node kind exists, the MoveNext method sets the Current property to the current result navigator; otherwise, the Current property remains unchanged.