IModelingProjectReader Interface
Visual Studio 2015
Accesses a modeling project in read only mode.
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
| Name | Description | |
|---|---|---|
![]() | DiagramFileNames | The names of diagram files available in the modeling project. |
![]() | Store | The IModelStore containing the model that has been read. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | LoadDiagram(String^) | Opens a specified diagram. The diagram must belong to this modeling project. |
| Name | Description | |
|---|---|---|
![]() | GetLoadMessages() | Overloaded. Gets any error messages generated when the IModelingProjectReader was used to read a model.(Defined by ModelingProjectExtensions.) |
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.
Show:

