MethodData.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 currently visible method signature.
public:
virtual int GetCurMethod();
public:
int GetCurMethod();
int GetCurMethod();
public int GetCurMethod ();
abstract member GetCurMethod : unit -> int
override this.GetCurMethod : unit -> int
Public Function GetCurMethod () As Integer
Returns
Returns a number representing the currently visible method signature in the Methods object.
Implements
Remarks
The method tip can show multiple method signatures but only one at a time. This method specifies which method signature is visible in the method tip.
This method is an implementation of the GetCurMethod method on the IVsMethodData interface.
The base method returns the value of an internal method signature index.