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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.