IVsToolbox6::MoveItemToTab Method (IDataObject^, String^)

 

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)

void MoveItemToTab(
	IDataObject^ pItem,
	String^ szTabID
)

Parameters

pItem
Type: Microsoft.VisualStudio.OLE.Interop::IDataObject^

[in] The toolbox item to move.

szTabID
Type: System::String^

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

Return to top
Show: