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
ppDropdownBar
Type : Microsoft.VisualStudio.TextManager.Interop.IVsDropdownBar%[out] pointeur à la barre déroulante, nullune référence null (Nothing en Visual Basic) s'il n'y a pas d'un.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.