Share via


IVsToolbox6.MoveItemToTab Method

Moves a toolbox item to the end of the specified tab.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Sub MoveItemToTab ( _
    pItem As IDataObject, _
    szTabID As String _
)
void MoveItemToTab(
    IDataObject pItem,
    string szTabID
)
void MoveItemToTab(
    [InAttribute] IDataObject^ pItem, 
    [InAttribute] String^ szTabID
)
abstract MoveItemToTab : 
        pItem:IDataObject * 
        szTabID:string -> unit
function MoveItemToTab(
    pItem : IDataObject, 
    szTabID : String
)

Parameters

  • szTabID
    Type: System.String

    [in] The identifier of the tab to which to move the item.

.NET Framework Security

See Also

Reference

IVsToolbox6 Interface

Microsoft.VisualStudio.Shell.Interop Namespace