IModelingProjectReader Interface

 

Accesses a modeling project in read only mode.

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

public interface class IModelingProjectReader : IDisposable

NameDescription
System_CAPS_pubpropertyDiagramFileNames

The names of diagram files available in the modeling project.

System_CAPS_pubpropertyStore

The IModelStore containing the model that has been read.

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodLoadDiagram(String^)

Opens a specified diagram. The diagram must belong to this modeling project.

NameDescription
System_CAPS_pubmethodGetLoadMessages()

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.

Return to top
Show: