ContextLinkBase 成员
包括受保护的成员
包括继承的成员
包括 .NET Framework 成员
包括 .NET Compact Framework 成员
包括 XNA Framework 成员
更新:2007 年 11 月
ContextLink 的基类。表示两个 ContextNodeBase 对象之间的关系(不是父子关系)。
ContextLinkBase 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Equals | 返回一个指示此 ContextLinkBase 对象是否与指定对象相同的值。 (重写 Object.Equals(Object)。) | |
Finalize | 允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
GetHashCode | 用作特定类型的哈希函数,适合在哈希算法和数据结构(例如哈希表)中使用。 (重写 Object.GetHashCode()。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
ToString | 返回表示当前 Object 的 String。 (继承自 Object。) |
页首
属性
名称 | 说明 | |
---|---|---|
DestinationNode | 获取作为此 ContextLinkBase 对象的目标的 ContextNodeBase 对象。 | |
LinkDirection | 获取将此 ContextLinkBase 设置为的链接的类型。 | |
SourceNode | 获取作为此 ContextLinkBase 对象的源的 ContextNodeBase 对象。 |
页首