IVsDataExplorerNode.Cut Method

Definition

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

public:
 System::Windows::Forms::IDataObject ^ Cut();
public System.Windows.Forms.IDataObject Cut ();
abstract member Cut : unit -> System.Windows.Forms.IDataObject
Public Function Cut () As IDataObject

Returns

An IDataObject object representing a copy of the current node.

Applies to