Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.