IVsMethodData.GetCurMethod 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 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.