StandardModelingAdapter 类

表示基本的基本 DSL 模型适配器。

此 API 不兼容 CLS。 

继承层次结构

System.Object
  Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapter
    Microsoft.VisualStudio.Modeling.Integration.ModelingAdapter
      Microsoft.VisualStudio.Modeling.Integration.StandardModelingAdapter

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

语法

声明
<CLSCompliantAttribute(False)> _
Public MustInherit Class StandardModelingAdapter _
    Inherits ModelingAdapter
[CLSCompliantAttribute(false)]
public abstract class StandardModelingAdapter : ModelingAdapter

StandardModelingAdapter 类型公开以下成员。

构造函数

  名称 说明
受保护的方法 StandardModelingAdapter(ModelBusReference, ModelBusAdapterManager, ModelElement) 构造函数
受保护的方法 StandardModelingAdapter(ModelBusReference, ModelBusAdapterManager, Store) 构造函数

页首

属性

  名称 说明
公共属性 AdapterManager 创建此 ModelBusAdapter 实例的 ModelBusAdapterManager 实例。 (继承自 ModelBusAdapter。)
受保护的属性 AdapterModelRoot
受保护的属性 AdapterStore
公共属性 DisplayName ModelBusAdapter 的显示名称 (继承自 ModelBusAdapter。)
公共属性 Disposed 则为 true,则此 ModelBusAdapter 实例已释放,错误否则为。 (继承自 ModelBusAdapter。)
公共属性 DocumentHandler ModelingDocumentHandler 由此 ModelingAdapter 改用。ModelBusAdapter 用于 DocumentHandler 配置它所包装的模型。,仅当已经,未设置可以将此属性设置为。 (继承自 ModelingAdapter。)
公共属性 Reference (继承自 ModelBusAdapter。)

页首

方法

  名称 说明
公共方法 Dispose() (继承自 ModelBusAdapter。)
受保护的方法 Dispose(Boolean) 清理此 ModelBusAdapter 实例。,如果有),触发处理 DocumentHandler。 (继承自 ModelingAdapter。)
公共方法 Equals(Object) 确定指定的对象是否等于当前对象。 (继承自 Object。)
公共方法 Equals(ModelBusAdapter) 则为 true,则此 ModelBusAdapter 与特定 ModelBusAdapter 实例相同,否则错误。 (继承自 ModelBusAdapter。)
受保护的方法 Finalize 析构函数。 (继承自 ModelBusAdapter。)
公共方法 GetDefaultView ,如果一个可用,获取 PrimaryView 与此模型。 (重写 ModelBusAdapter.GetDefaultView()。)
受保护的方法 GetElementDisplayName 扩展允许 DSL 作者点决定显示名称在某个特定模型元素
受保护的方法 GetElementId 获取 ModelElement 的元素 ID。此元素 ID 来编译 modelbus 引用模型元素
公共方法 GetElementReference 获取应给定对象实例的引用。此适配器显示。 (重写 ModelBusAdapter.GetElementReference(Object)。)
受保护的方法 GetElementReferences 所有引用的对象是否符合特定数据请缩小的捕获返回。 (继承自 ModelBusAdapter。)
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetReferences (继承自 ModelBusAdapter。)
受保护的方法 GetReferenceStatus 验证元素和视图 (如果适用) 并返回该状态 (重写 ModelBusAdapter.GetReferenceStatus()。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 GetView 获取特定视图与基于 ModelBusView 的此方式引用 (重写 ModelBusAdapter.GetView(ModelBusReference)。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 ResolveElementReference 命名元素的标识符,返回此表示的实际对象引用。 (重写 ModelBusAdapter.ResolveElementReference(ModelBusReference)。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)
公共方法 TrySetDocumentHandler 如果 ModelingDocumentHandler 尚未设置 (即由构造函数),则将其设置为作为参数传递的值。否则,返回错误。 (继承自 ModelingAdapter。)

页首

线程安全

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

请参见

参考

Microsoft.VisualStudio.Modeling.Integration 命名空间