IVsDataExplorerNodeSelection.CutAll Method

Definition

Copies all the nodes present in the group of selected nodes to the Clipboard, and then deletes them.

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

Returns

An IDataObject object containing the copied nodes.

Applies to