IVsDataExplorerNode.Copy 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.
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.