Methods::GetParameterCount Method (Int32)
Visual Studio 2015
When implemented in a derived class, gets the number of parameters on the specified method signature.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- index
-
Type:
System::Int32
[in] An index into the list of method signatures.
This method is used to track where the user is in the parameter list when entering a method's parameters.
Show: