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.
Creates a copy of the current node.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function Copy As IDataObject
'Usage
Dim instance As IVsDataExplorerNode
Dim returnValue As IDataObject
returnValue = instance.Copy()
IDataObject Copy()
IDataObject^ Copy()
function Copy() : IDataObject
Return Value
Type: System.Windows.Forms.IDataObject
An IDataObject object representing a copy of the current node.
Remarks
This method executes the copy command on the current node and then returns the data object from the Clipboard.
.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.