BaseShapeMap.DecoratorMaps Property

Definition

Gets a list of DecoratorMaps. Decorator maps defined by the shape map.

public:
 property Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DecoratorMap ^> ^ DecoratorMaps { Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DecoratorMap ^> ^ get(); };
public Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap> DecoratorMaps { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.DecoratorMaps : Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap>
Public ReadOnly Property DecoratorMaps As LinkedElementCollection(Of DecoratorMap)

Property Value

Attributes

Applies to