Share via


IVsToolbox6.PasteFromClipboard(String, IDataObject) Method

Definition

Pastes the current clipboard contents into the toolbox at the end of the specified tab.

public:
 void PasteFromClipboard(System::String ^ szTabID, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IDataObject ^ % ppItem);
public:
 void PasteFromClipboard(Platform::String ^ szTabID, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IDataObject ^ &  ppItem);
void PasteFromClipboard(std::wstring const & szTabID, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IDataObject const & & ppItem);
public void PasteFromClipboard (string szTabID, out Microsoft.VisualStudio.OLE.Interop.IDataObject ppItem);
abstract member PasteFromClipboard : string * IDataObject -> unit
Public Sub PasteFromClipboard (szTabID As String, ByRef ppItem As IDataObject)

Parameters

szTabID
String

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

ppItem
IDataObject

[out] The resulting toolbox item.

Applies to