AuthoringSink::StartParameters Method (TextSpan)
Visual Studio 2015
Called at the start of a method's parameter list.
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 when the start of a method's parameter list is parsed, typically "(".
The base method validates the TextSpan object, saves the current list of names (called Names) and source locations (called SourceLocations) on to a call stack (called MethodCalls), and then starts a new list of names and source locations.
Show: