Share via


StandardModelingAdapter.AdapterStore Property

 

Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Syntax

protected Store AdapterStore { get; private set; }
protected:
property Store^ AdapterStore {
    Store^ get();
    private: void set(Store^ value);
}
member AdapterStore : Store with get, private set
Protected Property AdapterStore As Store
    Get
    Private Set
End Property

Property Value

Type: Microsoft.VisualStudio.Modeling.Store

See Also

StandardModelingAdapter Class
Microsoft.VisualStudio.Modeling.Integration Namespace

Return to top