IVsMethodData::GetOverloadCount Method ()
Visual Studio 2015
Returns the number of overloaded methods.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
From textmgr.idl:
long IVsMethodData::GetOverloadCount();
In the case of overloaded functions, more than one method could be displayed in the method tip window. For example, if the context stream for the method is "Move" and your language contains three Move methods, then overload count is three.
Show: