IModelingAdapterWithRootedModel Interface

 

Interface implemented by ModelBus adapters that expose the root element of the model.

Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

public interface class IModelingAdapterWithRootedModel : IModelingAdapterWithStore

NameDescription
System_CAPS_pubpropertyModelRoot

Accessor for the single root model element

System_CAPS_pubpropertyStore

Accessor for the store(Inherited from IModelingAdapterWithStore.)

An adapter can implement this interface to indicate that it is an adapter to a model with a single root ModelElement that is exposed via the adapter.

Return to top
Show: