AuthoringSink::MethodParameters Property

 

Indicates whether to process method parameters during the parse operation.

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

public:
property bool MethodParameters {
	bool get();
}

Property Value

Type: System::Boolean

Returns true if method parameters should be processed; otherwise, returns false (ignore method parameters).

This property is queried by the parser to determine if it should deal with method parameters in this particular execution and if so, handle such parameters with calls to StartParameters, EndParameters, and NextParameter. This property examines the ParseReason and returns true if it is MethodTip or QuickInfo.

Return to top
Show: