Share via


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)

Syntax

'Declaration
Public Property Data As IDataObject
public IDataObject Data { get; private set; }
public:
property IDataObject^ Data {
    IDataObject^ get ();
    private: void set (IDataObject^ value);
}
member Data : IDataObject with get, private set
function get Data () : IDataObject
private function set Data (value : IDataObject)

Property Value

Type: System.Windows.IDataObject
The IDataObject of the drag and drop operation

.NET Framework Security

See Also

Reference

DragDropInfo Class

Microsoft.VisualStudio.Text.Editor.DragDrop Namespace