Share via


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

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

Property Value

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

.NET Framework Security

See Also

Reference

IModelingProject Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility Namespace