Share via


DiagramItem.RepresentedElements Property

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

Syntax

'Declaration
Public ReadOnly Property RepresentedElements As ICollection
'Usage
Dim instance As DiagramItem 
Dim value As ICollection 

value = instance.RepresentedElements
public ICollection RepresentedElements { get; }
public:
property ICollection^ RepresentedElements {
    ICollection^ get ();
}
public function get RepresentedElements () : ICollection

Property Value

Type: System.Collections.ICollection

.NET Framework Security

See Also

Reference

DiagramItem Class

DiagramItem Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace