IVsMethodData::GetParameterCount Method (Int32)

 

Returns the total number of parameters in a specified method.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

int GetParameterCount(
	int iMethod
)

Parameters

iMethod
Type: System::Int32

[in] The number of the method for which to get parameter count.

Return Value

Type: System::Int32

Returns the number of parameters in the method.

From textmgr.idl:

long IVsMethodData::GetParameterCount( 
   [in] long iMethod 
);
Return to top
Show: