Condividi tramite


Proprietà SelectedShapesCollection.RepresentedElements

Ottiene ModelElements corrispondente che rappresenta la selezione.

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

Sintassi

'Dichiarazione
Public ReadOnly Property RepresentedElements As ReadOnlyCollection(Of ModelElement)
public ReadOnlyCollection<ModelElement> RepresentedElements { get; }

Valore proprietà

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<ModelElement>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SelectedShapesCollection Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.Diagrams