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)

Syntax

public interface IModelingAdapterWithStore
public interface class IModelingAdapterWithStore
type IModelingAdapterWithStore = interface end
Public Interface IModelingAdapterWithStore

Properties

Name Description
System_CAPS_pubproperty 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