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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0.dll)
Syntax
'Declaration
Public Interface IModelingAdapterWithRootedModel _
Inherits IModelingAdapterWithStore
public interface IModelingAdapterWithRootedModel : IModelingAdapterWithStore
public interface class IModelingAdapterWithRootedModel : IModelingAdapterWithStore
type IModelingAdapterWithRootedModel =
interface
interface IModelingAdapterWithStore
end
public interface IModelingAdapterWithRootedModel extends IModelingAdapterWithStore
The IModelingAdapterWithRootedModel type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ModelRoot | Accessor for the single root model element |
![]() |
Store | Accessor for the store (Inherited from IModelingAdapterWithStore.) |
Top
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.