IVsDataExplorerNodeSelection.CutAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.