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
pItem
Type: Microsoft.VisualStudio.OLE.Interop.IDataObject[in] The toolbox item to move.
szTabID
Type: String[in] The identifier of the tab to which to move the item.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.