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)

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

public ref class ModelingProject abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetReadWriteModelingProject(IServiceProvider^, Guid)

Access a UML project by its GUID.

System_CAPS_pubmethodSystem_CAPS_staticLoadReadOnly(String^, IServiceProvider^)

Open a modeling project in read only mode.

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticLayerModelExtension

The name of the file extension used for layer models.

System_CAPS_pubfieldSystem_CAPS_staticModelDefinitionFileExtension

The file extension used for modeling project files.

System_CAPS_pubfieldSystem_CAPS_staticModelDefinitionFolderName

The name of the folder where package files are stored.

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: