Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.
.gif)