Partager via


IVsDropdownBarManager.GetDropdownBar, méthode

Retourne la barre déroulante associée à la fenêtre de code.

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

Syntaxe

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

Paramètres

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é.

Notes

Signature de COM

De textmgr.idl :

HRESULT IVsDropdownBarManager::GetDropdownBar(
   [out] IVsDropdownBar **ppDropdownBar
);

GetDropdownBar envoie arrière la barre déroulante associée à la fenêtre de code. Le cas échéant, il retourne S_OK et envoie d'un prentice d'AddRef'D à lui. S'il n'y a pas d'un, il retourne S_FALSE et définit ppDropdownBar à nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

IVsDropdownBarManager Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms