IVsExpansionEnumeration::Reset Method ()
Visual Studio 2015
Resets the enumeration to the beginning.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Once reset, the next call to the Next method returns the first item in the enumeration. This method does not need to be called when the enumeration is first obtained.
From textmgr2.idl:
HRESULT IVsExpansionEnumeration::Reset();
Show: