Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public interface IModelingAdapterWithRootedModel : IModelingAdapterWithStore
public interface class IModelingAdapterWithRootedModel : IModelingAdapterWithStore
type IModelingAdapterWithRootedModel =
interface
interface IModelingAdapterWithStore
end
Public Interface IModelingAdapterWithRootedModel
Inherits IModelingAdapterWithStore
Properties
Name | Description | |
---|---|---|
![]() |
ModelRoot | Accessor for the single root model element |
![]() |
Store | Accessor for the store(Inherited from IModelingAdapterWithStore.) |
Remarks
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.
See Also
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top