ModelingProject Class
Allows you to read a UML modeling project.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.ArchitectureTools.Extensibility.ModelingProject
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
Public NotInheritable Class ModelingProject
public static class ModelingProject
public ref class ModelingProject abstract sealed
[<AbstractClass>]
[<Sealed>]
type ModelingProject = class end
public final class ModelingProject
The ModelingProject type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetReadWriteModelingProject | Access a UML project by its GUID. | |
LoadReadOnly | Open a modeling project in read only mode. |
Top
Fields
Name | Description | |
---|---|---|
LayerModelExtension | The name of the file extension used for layer models. | |
ModelDefinitionFileExtension | The file extension used for modeling project files. | |
ModelDefinitionFolderName | The name of the folder where package files are stored. |
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility Namespace