IModelingProject.Store Property

 

The store containing the model elements in this model.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntax

IModelStore Store { get; }
property IModelStore^ Store {
    IModelStore^ get();
}
abstract Store : IModelStore with get
ReadOnly Property Store As IModelStore

Property Value

Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.IModelStore

See Also

IModelingProject Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility Namespace

Return to top