IVsToolbox6.MoveItemToTab(IDataObject, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves a toolbox item to the end of the specified tab.
public:
void MoveItemToTab(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ pItem, System::String ^ szTabID);
public:
void MoveItemToTab(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ pItem, Platform::String ^ szTabID);
void MoveItemToTab(Microsoft::VisualStudio::OLE::Interop::IDataObject const & pItem, std::wstring const & szTabID);
public void MoveItemToTab (Microsoft.VisualStudio.OLE.Interop.IDataObject pItem, string szTabID);
abstract member MoveItemToTab : Microsoft.VisualStudio.OLE.Interop.IDataObject * string -> unit
Public Sub MoveItemToTab (pItem As IDataObject, szTabID As String)
Parameters
- pItem
- IDataObject
[in] The toolbox item to move.
- szTabID
- String
[in] The identifier of the tab to which to move the item.