DragSourceContext 类
提供拖动源信息,其在源上创建 ElementGroupPrototype 时初始设置。 对于拖动反馈和组合 (即,放置/粘贴进程) 使用。
System.Object
Microsoft.VisualStudio.Modeling.Diagrams.DragSourceContext
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)
声明
<SerializableAttribute> _
Public Class DragSourceContext
[SerializableAttribute]
public class DragSourceContext
DragSourceContext 类型公开以下成员。
名称 | 说明 | |
---|---|---|
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
GetDiagramId(ElementGroup) | 获取源关系图 id。如果没有图 id 未指定或拖动源上下文是不可用,这会返回 Guid.Empty。 | |
GetDiagramId(ElementGroupPrototype) | 获取源关系图 id。如果没有图 id 未指定或拖动源上下文是不可用,这会返回 Guid.Empty。 | |
GetGhostShapes(ElementGroup) | 获取源虚影形状集合。 | |
GetGhostShapes(ElementGroupPrototype) | 获取源虚影形状集合。 | |
GetHashCode | 作为默认哈希函数。 (继承自 Object。) | |
GetInitialBoundingBox(ElementGroup) | 返回包含所有形状的边界框(在绝对世界坐标中)。 | |
GetInitialBoundingBox(ElementGroupPrototype) | 返回包含所有形状的边界框(在绝对世界坐标中)。 | |
GetInitialDragLocation(ElementGroup) | 当拖动开始时返回鼠标的位置(绝对世界坐标中)。 | |
GetInitialDragLocation(ElementGroupPrototype) | 当拖动开始时返回鼠标的位置(绝对世界坐标中)。 | |
GetInitialPrimaryShapeBounds(ElementGroup) | 返回在 ElementGroupPrototype 的主要形状的区域(在绝对世界坐标中)。 | |
GetInitialPrimaryShapeBounds(ElementGroupPrototype) | 返回在 ElementGroupPrototype 的主要形状的区域(在绝对世界坐标中)。 | |
GetInitialPrimaryShapeId(ElementGroup) | 返回在 ElementGroupPototype 中主要形状的 GUID 。 | |
GetInitialPrimaryShapeId(ElementGroupPrototype) | 返回在 ElementGroupPototype 中主要形状的 GUID 。 | |
GetProcessId(ElementGroup) | 获取源进程 Id。这会返回 0,则进程 id 未指定或拖动源上下文是不可用的。 | |
GetProcessId(ElementGroupPrototype) | 获取源进程 Id。这会返回 0,则进程 id 未指定或拖动源上下文是不可用的。 | |
GetStoreId(ElementGroup) | 获取源存储的 id。如果没有图 id 未存储或拖动源上下文是不可用,这会返回 Guid.Empty。 | |
GetStoreId(ElementGroupPrototype) | 获取源存储的 id。如果没有图 id 未存储或拖动源上下文是不可用,这会返回 Guid.Empty。 | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
Set | 添加拖动源信息到 ElementGroupPrototype 源上下文。 | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。