Share via


MethodData.GetCurMethod Method

Definition

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.

Applies to