IVsDataViewDragSourceProvider.CreateDataObject 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.
When implemented by a class, creates a data object that contains a copy of the dragged node and that will be stored in the Clipboard.
public:
System::Windows::Forms::IDataObject ^ CreateDataObject();
public System.Windows.Forms.IDataObject CreateDataObject ();
abstract member CreateDataObject : unit -> System.Windows.Forms.IDataObject
Public Function CreateDataObject () As IDataObject
Returns
An IDataObject object containing a copy of the information to be transferred.