IVsDataExplorerNodeSelection.CopyAll 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.
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.