PresentationHelpers::Shapes Method (IElement^, IDiagram^)

 

All the shapes that display the model element on any open diagram, or on a specified open diagram.

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

public:
[ExtensionAttribute]
static IEnumerable<IShape^>^ Shapes(
	IElement^ element,
	IDiagram^ diagram = null
)

For more information, see:

Return to top
Show: