IDragHandler.UpdateData(INodeInformation, DataObject) Method

Definition

Adds drag data to this node to the DataObject.

public:
 void UpdateData(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ src, System::Windows::Forms::DataObject ^ data);
public void UpdateData (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation src, System.Windows.Forms.DataObject data);
abstract member UpdateData : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation * System.Windows.Forms.DataObject -> unit
Public Sub UpdateData (src As INodeInformation, data As DataObject)

Parameters

src
INodeInformation

Represents the source node to check.

data
DataObject

DataObject that will contain the data.

Applies to