Partager via


IVsIntellisenseLangTip.GetOverloadCount, méthode

Obtient le nombre de surcharges pour la méthode actuelle.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
Function GetOverloadCount ( _
    <OutAttribute> ByRef plOverloadCount As Integer _
) As Integer
int GetOverloadCount(
    out int plOverloadCount
)
int GetOverloadCount(
    [OutAttribute] int% plOverloadCount
)
abstract GetOverloadCount : 
        plOverloadCount:int byref -> int
function GetOverloadCount(
    plOverloadCount : int
) : int

Paramètres

  • plOverloadCount
    Type : Int32%

    [out] nombre de surcharges.

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Sécurité .NET Framework

Voir aussi

Référence

IVsIntellisenseLangTip Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms