AuthoringSink::NextParameter Method (TextSpan)
Visual Studio 2015
Called when parsing a method parameter list and the parameter separator character has just been parsed.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
If the MethodParameters property returns true, this method is called to indicate the end of one parameter and the start of another. For example, in C#, this method would be called if a "," is encountered while parsing a method parameter list.
The base method validates the given TextSpan object and then increments the number of parameters parsed so far.
Show: