IVsMethodData.GetCurrentParameter(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current parameter number of the specified method.
public:
int GetCurrentParameter(int iMethod);
public:
int GetCurrentParameter(int iMethod);
int GetCurrentParameter(int iMethod);
public int GetCurrentParameter (int iMethod);
abstract member GetCurrentParameter : int -> int
Public Function GetCurrentParameter (iMethod As Integer) As Integer
Parameters
- iMethod
- Int32
[in] Number of the method that contains the desired parameter.
Returns
Returns the current parameter number.
Remarks
COM Signature
From textmgr.idl:
long IVsMethodData::GetCurrentParameter(
[in] long iMethod
);