IVsDataExplorerNode.Cut Method

Creates a copy of the current node and then deletes the node.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

Function Cut As IDataObject

Dim instance As IVsDataExplorerNode
Dim returnValue As IDataObject

returnValue = instance.Cut()
IDataObject Cut()
IDataObject^ Cut()
function Cut() : IDataObject

Return Value

Type: System.Windows.Forms.IDataObject

An IDataObject object representing a copy of the current node.

Remarks

This method executes the cut command on the current node and then returns the data object from the Clipboard.

Permissions

See Also

Reference

IVsDataExplorerNode Interface

IVsDataExplorerNode Members

Microsoft.VisualStudio.Data.Services Namespace