MethodData::NextMethod Method ()
Visual Studio 2015
Moves to the next method signature and returns the index of the current method signature.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Implements
IVsMethodData::NextMethod()This method is an implementation of the NextMethod method on the IVsMethodData interface.
The base method increments an internal index by one and returns the original index. However, if the index might go past the limit, the increment is not performed and current index is returned. The base method does not affect the display.
Show: