DragDrop 类

继承层次结构

System.Object
  Microsoft.TeamFoundation.Client.DragDrop

命名空间:  Microsoft.TeamFoundation.Client
程序集:  Microsoft.TeamFoundation.Client(在 Microsoft.TeamFoundation.Client.dll 中)

语法

声明
Public Class DragDrop
public class DragDrop

DragDrop 类型公开以下成员。

构造函数

  名称 说明
公共方法 DragDrop

页首

附加属性

  名称 说明
公共附加属性 ContinueDragEventHandling
公共附加属性 DragDropTemplate
公共附加属性 DragSourceFormat
公共附加属性 DragSourceMoveCommand
公共附加属性 DropSourceFormat
公共附加属性 DropTargetFormats
公共附加属性 DropTargetMoveCommand
公共附加属性 DropTargetTemplate

页首

方法

  名称 说明
受保护的方法 DragSourceFormatChangedInternal
受保护的方法 DropTargetFormatsChangedInternal
受保护的方法 DropTargetTemplateChangedInternal
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法静态成员 GetContinueDragEventHandling
公共方法静态成员 GetDragDropTemplate
公共方法静态成员 GetDragSourceFormat
公共方法静态成员 GetDragSourceMoveCommand
公共方法静态成员 GetDropSourceFormat
公共方法静态成员 GetDropTargetFormats
公共方法静态成员 GetDropTargetMoveCommand
公共方法静态成员 GetDropTargetTemplate
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法静态成员 SetContinueDragEventHandling
公共方法静态成员 SetDragDropTemplate
公共方法静态成员 SetDragSourceFormat
公共方法静态成员 SetDragSourceMoveCommand
受保护的方法静态成员 SetDropSourceFormat
公共方法静态成员 SetDropTargetFormats
公共方法静态成员 SetDropTargetMoveCommand
公共方法静态成员 SetDropTargetTemplate
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

字段

  名称 说明
公共字段静态成员 ContinueDragEventHandlingProperty
公共字段静态成员 DragDropTemplateProperty
公共字段静态成员 DragSourceFormatProperty
公共字段静态成员 DragSourceMoveCommandProperty
公共字段静态成员 DropSourceFormatProperty
公共字段静态成员 DropTargetFormatsProperty
公共字段静态成员 DropTargetMoveCommandProperty
公共字段静态成员 DropTargetTemplateProperty 允许放置目标指定模板,而 [DragDropTemplate] 由拖动源指定。
受保护的字段静态成员 m_instance

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.TeamFoundation.Client 命名空间