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 store.
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 IModelingAdapterWithStore
public interface class IModelingAdapterWithStore
type IModelingAdapterWithStore = interface end
Public Interface IModelingAdapterWithStore
Properties
Name | Description | |
---|---|---|
![]() |
Store | Accessor for the store |
Remarks
An adapter can implement this interface to indicate that it exposes the store of the model that it provides access to.
See Also
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top