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 store.
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 IModelingAdapterWithStore
public interface IModelingAdapterWithStore
public interface class IModelingAdapterWithStore
type IModelingAdapterWithStore = interface end
public interface IModelingAdapterWithStore
The IModelingAdapterWithStore type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Store | Accessor for the store |
Top
Remarks
An adapter can implement this interface to indicate that it exposes the store of the model that it provides access to.
.gif)