DragDropInfo::Data Property

 

Gets the IDataObject of the drag and drop operation.

Namespace:   Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public:
property IDataObject^ Data {
	[CompilerGeneratedAttribute]
	IDataObject^ get();
	[CompilerGeneratedAttribute]
	private: void set(IDataObject^ value);
}

Property Value

Type: System.Windows::IDataObject^

The IDataObject of the drag and drop operation

Return to top
Show: