IModelStore Interface
The store associated with an IModelingProject, in which UML model elements are stored.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
Public Interface IModelStore
public interface IModelStore
public interface class IModelStore
type IModelStore = interface end
public interface IModelStore
The IModelStore type exposes the following members.
Properties
Name | Description | |
---|---|---|
Boolean | The primitive Boolean type that is defined in this IModelStore. | |
Integer | The primitive Integer type that is defined in this IModelStore. | |
IsReadOnly | If true, the model cannot be updated. | |
ProfileManager | Provides access to the collection of Profiles available in the Model. | |
Root | The package that contains all the other elements of the model. | |
String | The primitive String type that is defined in this IModelStore. | |
UnlimitedNatural | The primitive UnlimitedNatural type that is defined in this IModelStore. |
Top
Methods
Name | Description | |
---|---|---|
AllInstances<T> | All elements in the model store that belong to the specified type T or one of its subtypes. | |
FindElement | The element in the store that has a specific GUID, or null. | |
Instances<T> | All elements in the model store that have the specified type T, which should not be abstract. |
Top
Extension Methods
Name | Description | |
---|---|---|
Diagrams | All the open diagrams in the model, of a particular type if specified. (Defined by PresentationHelpers.) |
Top
Remarks
For more information about UML diagrams, see Developing Models for Software Design.
For more information about using the UML API, see Extending UML Models and Diagrams.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace