IVsToolbox6.PasteFromClipboard(String, IDataObject) 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.
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.