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 类型公开以下成员。
构造函数
页首
属性
页首
方法
|
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 命名空间