Freigeben über


VsDropdownBarClass.Attach-Methode

Erstellt die Kombination aus Windows und Dropdownliste installiert und einen Link zwischen der Dropdownliste Anzeige und dessen Clients.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Public Overridable Function Attach ( _
    hwndParent As IntPtr, _
    cCombos As Integer, _
    pClient As IVsDropdownBarClient _
) As Integer
public virtual int Attach(
    IntPtr hwndParent,
    int cCombos,
    IVsDropdownBarClient pClient
)
public:
virtual int Attach(
    [InAttribute] IntPtr hwndParent, 
    [InAttribute] int cCombos, 
    [InAttribute] IVsDropdownBarClient^ pClient
)
abstract Attach : 
        hwndParent:IntPtr * 
        cCombos:int * 
        pClient:IVsDropdownBarClient -> int  
override Attach : 
        hwndParent:IntPtr * 
        cCombos:int * 
        pClient:IVsDropdownBarClient -> int
public function Attach(
    hwndParent : IntPtr, 
    cCombos : int, 
    pClient : IVsDropdownBarClient
) : int

Parameter

  • hwndParent
    Typ: IntPtr

    [in] Handle für das übergeordnete Fenster.

  • cCombos
    Typ: Int32

    [in] Im Dropdownfeld Kombinationsfeld der Leiste/Fenster.

Rückgabewert

Typ: Int32

Implementiert

IVsDropdownBar.Attach(IntPtr, Int32, IVsDropdownBarClient)

.NET Framework-Sicherheit

Siehe auch

Referenz

VsDropdownBarClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace