Compartir a través de


IVsDropdownBar.Attach (Método)

Crea la ventana y la combinación desplegable y coloca un vínculo entre la barra desplegable y el cliente.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function Attach ( _
    hwndParent As IntPtr, _
    cCombos As Integer, _
    pClient As IVsDropdownBarClient _
) As Integer
int Attach(
    IntPtr hwndParent,
    int cCombos,
    IVsDropdownBarClient pClient
)
int Attach(
    [InAttribute] IntPtr hwndParent, 
    [InAttribute] int cCombos, 
    [InAttribute] IVsDropdownBarClient^ pClient
)
abstract Attach : 
        hwndParent:IntPtr * 
        cCombos:int * 
        pClient:IVsDropdownBarClient -> int
function Attach(
    hwndParent : IntPtr, 
    cCombos : int, 
    pClient : IVsDropdownBarClient
) : int

Parámetros

  • hwndParent
    Tipo: IntPtr

    [in] Identificador de la ventana primaria.

  • cCombos
    Tipo: Int32

    [in] La combinación desplegable de la barra o ventana.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Attach llama AddDropdownBar. Attach crea la combinación de la ventana y en la lista desplegable y coloca un vínculo entre la barra desplegable y su IVsDropdownBarClient. No llame a esta función a menos que esté omitiendo IVsDropdownBarManager.

Prototipo COM

de textmgr.idl:

HRESULT IVsDropdownBar::Attach(
   [in] HWND hwndParent,
   [in] long cCombos,
   [in] IVsDropdownBarClient *pClient
);

Seguridad de .NET Framework

Vea también

Referencia

IVsDropdownBar Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)