PresentationHelpers::Diagrams Method (IModelStore^, String^)

 

All the open diagrams in the model, of a particular type if specified.

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

public:
[ExtensionAttribute]
static IEnumerable<IDiagram^>^ Diagrams(
	IModelStore^ modelStore,
	String^ typeName = null
)

Parameters

modelStore
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml::IModelStore^

The UML model store

typeName
Type: System::String^

Omit to return all diagrams. If not empty, only diagrams with the specified TypeName are returned.

For more information, see:

Return to top
Show: