IVsIntellisenseLangTip.GetOverloadCount(Int32) 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.
Gets the number of overloads for the current method.
public:
int GetOverloadCount([Runtime::InteropServices::Out] int % plOverloadCount);
int GetOverloadCount([Runtime::InteropServices::Out] int & plOverloadCount);
public int GetOverloadCount (out int plOverloadCount);
abstract member GetOverloadCount : int -> int
Public Function GetOverloadCount (ByRef plOverloadCount As Integer) As Integer
Parameters
- plOverloadCount
- Int32
[out] The number of overloads.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.