PresentationElementHelper 类
此类包含用于 PresentationElement 类的扩展方法。
继承层次结构
System.Object
Microsoft.VisualStudio.Modeling.DslDesigner.PresentationElementHelper
命名空间: Microsoft.VisualStudio.Modeling.DslDesigner
程序集: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll 中)
语法
声明
<ExtensionAttribute> _
Public NotInheritable Class PresentationElementHelper
public static class PresentationElementHelper
PresentationElementHelper 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
GetDslDefinitionModelElement | 此方法保证返回与 PresentationElement 对应的真实模型元素。 对于 DslDesigner PELs , 对应的主题实际上可以为内在的 TreeNode 类,而不是实际的 MEL。 此方法恰当地处理这些用例,以便返回实际的 MEL。 |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。