IModelingAdapterWithStore Interface

 

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)

public interface class IModelingAdapterWithStore

NameDescription
System_CAPS_pubpropertyStore

Accessor for the store

An adapter can implement this interface to indicate that it exposes the store of the model that it provides access to.

Return to top
Show: