Share via


IVsToolbox6.PasteFromClipboard Method

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)

Syntax

'Declaration
Sub PasteFromClipboard ( _
    szTabID As String, _
    <OutAttribute> ByRef ppItem As IDataObject _
)
void PasteFromClipboard(
    string szTabID,
    out IDataObject ppItem
)
void PasteFromClipboard(
    [InAttribute] String^ szTabID, 
    [OutAttribute] IDataObject^% ppItem
)
abstract PasteFromClipboard : 
        szTabID:string * 
        ppItem:IDataObject byref -> unit
function PasteFromClipboard(
    szTabID : String, 
    ppItem : IDataObject
)

Parameters

  • szTabID
    Type: System.String

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

.NET Framework Security

See Also

Reference

IVsToolbox6 Interface

Microsoft.VisualStudio.Shell.Interop Namespace