Share via


IVsMethodData.GetCurMethod Method

Returns the current method number.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Function GetCurMethod As Integer
'Usage
Dim instance As IVsMethodData 
Dim returnValue As Integer 

returnValue = instance.GetCurMethod()
int GetCurMethod()
int GetCurMethod()
function GetCurMethod() : int

Return Value

Type: System.Int32

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.

.NET Framework Security

See Also

Reference

IVsMethodData Interface

IVsMethodData Members

Microsoft.VisualStudio.TextManager.Interop Namespace