Share via


DragDropInfo.Source Property

Gets the object that initiated 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 Source As Object
public Object Source { get; private set; }
public:
property Object^ Source {
    Object^ get ();
    private: void set (Object^ value);
}
member Source : Object with get, private set
function get Source () : Object
private function set Source (value : Object)

Property Value

Type: System.Object
The object that initiated the drag and drop operation.

.NET Framework Security

See Also

Reference

DragDropInfo Class

Microsoft.VisualStudio.Text.Editor.DragDrop Namespace