IVsDataExplorerNode.Cut 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 and then deletes the node.
public:
System::Windows::Forms::IDataObject ^ Cut();
public System.Windows.Forms.IDataObject Cut ();
abstract member Cut : unit -> System.Windows.Forms.IDataObject
Public Function Cut () As IDataObject
Returns
An IDataObject object representing a copy of the current node.