IVsDataExplorerNode.Copy Method

Definition

Creates a copy of the current node.

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

Returns

An IDataObject object representing a copy of the current node.

Applies to