DragDropHelper Constructors

Definition

Overloads

DragDropHelper(IInputElement)

Microsoft internal use only.

DragDropHelper(IInputElement, IDropTarget)

Microsoft internal use only.

DragDropHelper(IInputElement)

Microsoft internal use only.

public:
 DragDropHelper(System::Windows::IInputElement ^ targetInputElement);
public DragDropHelper (System.Windows.IInputElement targetInputElement);
new Microsoft.VisualStudio.PlatformUI.DragDropHelper : System.Windows.IInputElement -> Microsoft.VisualStudio.PlatformUI.DragDropHelper
Public Sub New (targetInputElement As IInputElement)

Parameters

targetInputElement
IInputElement

Applies to

DragDropHelper(IInputElement, IDropTarget)

Microsoft internal use only.

public:
 DragDropHelper(System::Windows::IInputElement ^ targetInputElement, Microsoft::VisualStudio::OLE::Interop::IDropTarget ^ dropTarget);
public DragDropHelper (System.Windows.IInputElement targetInputElement, Microsoft.VisualStudio.OLE.Interop.IDropTarget dropTarget);
new Microsoft.VisualStudio.PlatformUI.DragDropHelper : System.Windows.IInputElement * Microsoft.VisualStudio.OLE.Interop.IDropTarget -> Microsoft.VisualStudio.PlatformUI.DragDropHelper
Public Sub New (targetInputElement As IInputElement, dropTarget As IDropTarget)

Parameters

targetInputElement
IInputElement
dropTarget
IDropTarget

Applies to