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
'Déclaration
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
- 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.