ClosureContextHelper 类

提供用于向/从特定元素器上下文添加和检索关闭上下文信息。

继承层次结构

System.Object
  Microsoft.VisualStudio.Modeling.ClosureContextHelper

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Public NotInheritable Class ClosureContextHelper
public sealed class ClosureContextHelper

ClosureContextHelper 类型公开以下成员。

构造函数

  名称 说明
公共方法 ClosureContextHelper(ElementGroup) 绑定到元素组的构造函数
公共方法 ClosureContextHelper(ElementWalker) 绑定到 ElementWalker 的构造函数

页首

属性

  名称 说明
公共属性 ClosureContext 获取从查看器的所有上下文对象

页首

方法

  名称 说明
公共方法 AddClosureElementOperation(ClosureElementOperation) 添加元素关闭元素操作到关联的上下文
公共方法静态成员 AddClosureElementOperation(ElementGroup, ClosureElementOperation) 添加元素关闭元素可以向组的上下文
公共方法静态成员 AddClosureElementOperation(ElementWalker, ClosureElementOperation) 添加元素关闭元素运算以查看器的上下文
公共方法 AddContextListData(Object, Object) 将该数据添加到查看器的上下文对象的列表特定键的。,如果不存在,则将生成列表。
公共方法静态成员 AddContextListData(ElementGroup, Object, Object) 将该数据添加到查看器的上下文对象的列表特定键的。,如果不存在,则将生成列表。
公共方法静态成员 AddContextListData(ElementWalker, Object, Object) 将该数据添加到查看器的上下文对象的列表特定键的。,如果不存在,则将生成列表。
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
公共方法静态成员 GetClosureContext(ElementGroup) 抓取元素查看器的关闭上下文。
公共方法静态成员 GetClosureContext(ElementWalker) 抓取元素查看器的关闭上下文。
公共方法 GetContextData(Object) 获取唯一键的 ContextData
公共方法静态成员 GetContextData(ElementGroup, Object) 获取唯一键的 ContextData
公共方法静态成员 GetContextData(ElementWalker, Object) 获取唯一键的 ContextData
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 Resolve 调用解决操作
公共方法 SetContextData(Object, Object) 设置在查看器的上下文对象数据的特殊键的
公共方法静态成员 SetContextData(ElementGroup, Object, Object) 设置在查看器的上下文对象数据的特殊键的
公共方法静态成员 SetContextData(ElementWalker, Object, Object) 设置在查看器的上下文对象数据的特殊键的
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

线程安全

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

请参见

参考

Microsoft.VisualStudio.Modeling 命名空间