AuthoringSink::StartParameters Method (TextSpan)

 

Called at the start of a method's parameter list.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual void StartParameters(
	TextSpan context
)

Parameters

context
Type: Microsoft.VisualStudio.TextManager.Interop::TextSpan

[in] A TextSpan object indicating the character or characters that start the parameter list.

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.

Return to top
Show: