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)

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

Property Value

Type: System::Object^

The object that initiated the drag and drop operation.

Return to top
Show: