IModelingAdapterWithRootedModel, interface
Interface implémentée par les adaptateurs ModelBus qui exposent l'élément racine du modèle.
Espace de noms : Microsoft.VisualStudio.Modeling.Integration
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntaxe
'Déclaration
Public Interface IModelingAdapterWithRootedModel _
Inherits IModelingAdapterWithStore
public interface IModelingAdapterWithRootedModel : IModelingAdapterWithStore
Le type IModelingAdapterWithRootedModel expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
ModelRoot | Accesseur de l'élément de modèle racine unique | |
Store | Accesseur du magasin (Hérité de IModelingAdapterWithStore.) |
Début
Notes
Un adaptateur peut implémenter cette interface pour indiquer qu'il s'agit d'un adaptateur à un modèle avec une seule racine ModelElement exposée via l'adaptateur.