Condividi tramite


Proprietà DiagramItem.RepresentedElements

Ottiene una raccolta di ModelElements rappresentate da questo attributo DiagramItem.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property RepresentedElements As ICollection
public ICollection RepresentedElements { get; }

Valore proprietà

Tipo: System.Collections.ICollection

Note

Per un DiagramItem che descrive solo un elemento ShapeElement, l'elemento rappresentativo è lo stesso elemento ShapeElement.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DiagramItem Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.Diagrams