ModelingProject Class

 

Allows you to read a UML modeling project.

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.ArchitectureTools.Extensibility.ModelingProject

Syntax

public static class ModelingProject
public ref class ModelingProject abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ModelingProject = class end
Public NotInheritable Class ModelingProject

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetReadWriteModelingProject(IServiceProvider, Guid)

Access a UML project by its GUID.

System_CAPS_pubmethodSystem_CAPS_static LoadReadOnly(String, IServiceProvider)

Open a modeling project in read only mode.

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static LayerModelExtension

The name of the file extension used for layer models.

System_CAPS_pubfieldSystem_CAPS_static ModelDefinitionFileExtension

The file extension used for modeling project files.

System_CAPS_pubfieldSystem_CAPS_static ModelDefinitionFolderName

The name of the folder where package files are stored.

Remarks

For more information about UML diagrams, see Create models for your app.

For more information about using the UML API, see Extend 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

Microsoft.VisualStudio.ArchitectureTools.Extensibility Namespace

Return to top