Partager via


IVsButtonBar.Attach, méthode

Crée des combinaisons de fenêtre/bouton.

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

Syntaxe

'Déclaration
Function Attach ( _
    hwndParent As IntPtr, _
    cButtons As Integer, _
    hImageList As IntPtr, _
    pClient As IVsButtonBarClient _
) As Integer
int Attach(
    IntPtr hwndParent,
    int cButtons,
    IntPtr hImageList,
    IVsButtonBarClient pClient
)
int Attach(
    [InAttribute] IntPtr hwndParent, 
    [InAttribute] int cButtons, 
    [InAttribute] IntPtr hImageList, 
    [InAttribute] IVsButtonBarClient^ pClient
)
abstract Attach : 
        hwndParent:IntPtr * 
        cButtons:int * 
        hImageList:IntPtr * 
        pClient:IVsButtonBarClient -> int
function Attach(
    hwndParent : IntPtr, 
    cButtons : int, 
    hImageList : IntPtr, 
    pClient : IVsButtonBarClient
) : int

Paramètres

  • hwndParent
    Type : IntPtr

    [in] handle à la fenêtre parente.

  • cButtons
    Type : Int32

    [in]

  • hImageList
    Type : IntPtr

    [in] handle à une liste d'images.

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 textmgr2.idl :

HRESULT IVsButtonBar::Attach(
   [in] HWND hwndParent,
   [in] long cButtons,
   [in] HANDLE hImageList,
   [in] IVsButtonBarClient *pClient
);

Attach est appelé par AddButtonBar. Attach crée la fenêtre et les combos de bouton et installe un lien entre la barre d'icônes et son client. N'appelez pas cette fonction à moins que vous passer IVsButtonBarManager. Chaque BMP dans la liste d'images DOIT être 16x16.

Sécurité .NET Framework

Voir aussi

Référence

IVsButtonBar Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms