MethodData.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.
Returns the current parameter being edited in the specified method signature.
public:
virtual int GetCurrentParameter(int method);
public:
int GetCurrentParameter(int method);
int GetCurrentParameter(int method);
public int GetCurrentParameter (int method);
abstract member GetCurrentParameter : int -> int
override this.GetCurrentParameter : int -> int
Public Function GetCurrentParameter (method As Integer) As Integer
Parameters
Returns
Returns the current index into the parameter list for the specified method signature.
Implements
Remarks
As each parameter is entered, the method tip updates its display to highlight the next parameter. This method specifies which parameter is highlighted.
This method is an implementation of the GetCurrentParameter method on the IVsMethodData interface.
The base method returns the value of an internal parameter index.