IDiagram.ModelStore Property
The UML model store which contains the diagram and the model that it shows.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
IModelStore ModelStore { get; }
property IModelStore^ ModelStore {
IModelStore^ get();
}
abstract ModelStore : IModelStore with get
ReadOnly Property ModelStore As IModelStore
Property Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.IModelStore
See Also
IDiagram Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace
Return to top