DragDropHelper 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| DragDropHelper(IInputElement) |
仅供 Microsoft 内部使用。 |
| DragDropHelper(IInputElement, IDropTarget) |
仅供 Microsoft 内部使用。 |
DragDropHelper(IInputElement)
仅供 Microsoft 内部使用。
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)
参数
- targetInputElement
- IInputElement
适用于
DragDropHelper(IInputElement, IDropTarget)
仅供 Microsoft 内部使用。
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)
参数
- targetInputElement
- IInputElement
- dropTarget
- IDropTarget