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

 

Pastes the current clipboard contents into the toolbox at 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 PasteFromClipboard(
	String^ szTabID,
	[OutAttribute] IDataObject^% ppItem
)

Parameters

szTabID
Type: System::String^

[in] The identifier of the tab to receive the current clipboard contents.

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

[out] The resulting toolbox item.

Return to top
Show: