다음을 통해 공유


DragDropHelper Members

Include Protected Members
Include Inherited Members

Helper class for hooking up Drag and Drop operations with a specific drop target If no drop target is specified, the shell's main window drop target will be used by default, which allows handling file drop operations over the shell main's window

The DragDropHelper type exposes the following members.

Constructors

  Name Description
Public method DragDropHelper(IInputElement)
Public method DragDropHelper(IInputElement, IDropTarget)

Top

Methods

  Name Description
Public methodStatic member ConvertToOleDataObject Creates a new IDataObject given a IDataObject.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method OnDragEnter
Public method OnDragLeave
Public method OnDragOver
Public method OnDrop
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

See Also

Reference

DragDropHelper Class

Microsoft.VisualStudio.PlatformUI Namespace