IModelingAdapterWithRootedModel 接口

显示该模型的根元素的 ModelBus 适配器实现的接口。

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

语法

声明
Public Interface IModelingAdapterWithRootedModel _
    Inherits IModelingAdapterWithStore
public interface IModelingAdapterWithRootedModel : IModelingAdapterWithStore

IModelingAdapterWithRootedModel 类型公开以下成员。

属性

  名称 说明
公共属性 ModelRoot 单个根模型元素的访问器
公共属性 Store 存储的访问器 (继承自 IModelingAdapterWithStore。)

页首

备注

适配器可以实现此接口指示它是适配器用于通过适配器显示的单个根 ModelElement 的模型。

请参见

参考

Microsoft.VisualStudio.Modeling.Integration 命名空间