Freigeben über


DiagramElementMap.DecoratorMaps-Eigenschaft

Ruft eine Liste von DecoratorMaps ab.Decorator-Element-Karten durch die Diagrammelement zugeordnet.

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

Syntax

'Declaration
Public Overridable ReadOnly Property DecoratorMaps As ReadOnlyLinkedElementCollection(Of DecoratorMap)
public virtual ReadOnlyLinkedElementCollection<DecoratorMap> DecoratorMaps { get; }

Eigenschaftswert

Typ: Microsoft.VisualStudio.Modeling.ReadOnlyLinkedElementCollection<DecoratorMap>

.NET Framework-Sicherheit

Siehe auch

Referenz

DiagramElementMap Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace