IVsMethodData::GetParameterCount Method (Int32)
Visual Studio 2015
Returns the total number of parameters in a specified method.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- iMethod
-
Type:
System::Int32
[in] The number of the method for which to get parameter count.
From textmgr.idl:
long IVsMethodData::GetParameterCount( [in] long iMethod );
Show: