MethodData.GetOverloadCount Method

Definition

Returns the number of method signatures that can be shown.

public:
 virtual int GetOverloadCount();
public:
 int GetOverloadCount();
int GetOverloadCount();
public int GetOverloadCount ();
abstract member GetOverloadCount : unit -> int
override this.GetOverloadCount : unit -> int
Public Function GetOverloadCount () As Integer

Returns

If there is at least one method signature, returns the number of method signatures available; otherwise, returns 0.

Implements

Remarks

This method is an implementation of the GetOverloadCount method on the IVsMethodData interface.

The base method forwards the call to the GetCount method on the Methods object that was passed to the Refresh method but only if the IVsTextView (so the method tip can be shown) and Methods (so there are method signatures to show) objects are valid.

Applies to