DragDropHelper Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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