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 名前空間