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。) |
页首
方法
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。