This document is archived and information here might be outdated. Recommended version. |
Moves the enumerator forward and returns the hierarchy range pointed by the enumerator.
[Visual Basic .NET]
Public Sub Next ( _
ByRef Index As Integer, _
ByRef lowRange As Integer, _
ByRef highRange As Integer _
)
[C#]
public void Next (
ref int Index,
ref int lowRange,
ref int highRange
);
[C++]
HRESULT Next(
System.Int32* Index,
System.Int32* lowRange,
System.Int32* highRange
);
[C++] Parameters Index [out]
Index is a parameter of type long* lowRange [out]
lowRange is a parameter of type long* highRange [out]
highRange is a parameter of type long*