AuthoringSink::EndParameters Method (TextSpan)
Visual Studio 2015
Called to indicate the end 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 after the last parameter of a method's parameter list is parsed. For example, in C#, EndParameters would be called if a ")" is encountered after a method name.
The base method validates the given TextSpan object then marks the method's parameter list as complete in the internal list.
Show: