IVsMethodData.GetCurMethod Method

Definition

Returns the current method number.

public:
 int GetCurMethod();
public:
 int GetCurMethod();
int GetCurMethod();
public int GetCurMethod ();
abstract member GetCurMethod : unit -> int
Public Function GetCurMethod () As Integer

Returns

Returns the current method number.

Remarks

COM Signature

From textmgr.idl:

long IVsMethodData::GetCurMethod();  

In the case of overloaded functions, more than one method could be displayed in the method tip window. Using this method, the view specifies which of the overloaded functions is currently displayed.

Applies to