VsIntellisenseLangTipClass.GetOverloadCount(Int32) Method

Definition

Gets the number of overloads for the current method.

public:
 virtual int GetOverloadCount([Runtime::InteropServices::Out] int % plOverloadCount) = Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseLangTip::GetOverloadCount;
public:
 virtual int GetOverloadCount([Runtime::InteropServices::Out] int % plOverloadCount);
 virtual int GetOverloadCount([Runtime::InteropServices::Out] int & plOverloadCount);
public virtual int GetOverloadCount (out int plOverloadCount);
abstract member GetOverloadCount : int -> int
override this.GetOverloadCount : int -> int
Public Overridable 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.

Implements

Applies to