PresentationHelpers::Diagrams Method (IModelStore^, String^)
Visual Studio 2015
All the open diagrams in the model, of a particular type if specified.
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.
Return Value
Type: System.Collections.Generic::IEnumerable<IDiagram^>^For more information, see:
Show: