IVsMethodTipWindow2.GetOverloadCount(Int32) Method

Definition

Gets the number of overloads of the current method.

public:
 int GetOverloadCount(int % piCount);
int GetOverloadCount(int & piCount);
public int GetOverloadCount (ref int piCount);
abstract member GetOverloadCount : int -> int
Public Function GetOverloadCount (ByRef piCount As Integer) As Integer

Parameters

piCount
Int32

The number of overloads.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to