IVsDataExplorerNodeSelection.CopyAll Method

Definition

Copies all the nodes present in the group of selected nodes to the Clipboard.

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

Returns

An IDataObject object containing the copied nodes.

Applies to