共用方式為


IModelingAdapterWithRootedModel 介面

ModelBus 配接器所實作的介面,會公開模型的根項目。

命名空間:  Microsoft.VisualStudio.Modeling.Integration
組件:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll 中)

語法

'宣告
Public Interface IModelingAdapterWithRootedModel _
    Inherits IModelingAdapterWithStore
public interface IModelingAdapterWithRootedModel : IModelingAdapterWithStore

IModelingAdapterWithRootedModel 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 ModelRoot 單一根模型項目的存取子
公用屬性 Store 存放區的存取子 (繼承自 IModelingAdapterWithStore)。

回頁首

備註

配接器可實作這個介面表示它是配置器與傳入配接器公開的單一根 ModelElement 的模型。

請參閱

參考

Microsoft.VisualStudio.Modeling.Integration 命名空間