Share via


DragDropHelper Class

Microsoft internal use only.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.PlatformUI.DragDropHelper

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Class DragDropHelper
public class DragDropHelper
public ref class DragDropHelper
type DragDropHelper =  class end
public class DragDropHelper

The DragDropHelper type exposes the following members.

Constructors

  Name Description
Public method DragDropHelper(IInputElement) Microsoft internal use only.
Public method DragDropHelper(IInputElement, IDropTarget) Microsoft internal use only.

Top

Methods

  Name Description
Public methodStatic member ConvertToOleDataObject Microsoft internal use only.
Public methodStatic member DataObjectHasString Determines whether the data object contains one of the recognized strings data formats
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public methodStatic member GetStringFromDataObject Try to extract a string from the specified IDataObject.
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 Microsoft internal use only.
Public method OnDragLeave Microsoft internal use only.
Public method OnDragOver Microsoft internal use only.
Public method OnDrop Microsoft internal use only.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.PlatformUI Namespace