IVsMethodData.GetOverloadCount 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 number of overloaded methods.
public:
int GetOverloadCount();
public:
int GetOverloadCount();
int GetOverloadCount();
public int GetOverloadCount ();
abstract member GetOverloadCount : unit -> int
Public Function GetOverloadCount () As Integer
Returns
Returns the overload count.
Remarks
COM Signature
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.