DiagramItem::RepresentedElements Property

 

Gets a collection of ModelElements that this DiagramItem represents.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property ICollection^ RepresentedElements {
	ICollection^ get();
}

Property Value

Type: System.Collections::ICollection^

For a DiagramItem which describes just a ShapeElement, the representative element is the ShapeElement itself.

Return to top
Show: