DiagramElementMap.DecoratorMaps Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of DecoratorMaps. Decorator maps defined by the diagram element map.
public:
virtual property Microsoft::VisualStudio::Modeling::ReadOnlyLinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DecoratorMap ^> ^ DecoratorMaps { Microsoft::VisualStudio::Modeling::ReadOnlyLinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DecoratorMap ^> ^ get(); };
public virtual Microsoft.VisualStudio.Modeling.ReadOnlyLinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap> DecoratorMaps { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.DecoratorMaps : Microsoft.VisualStudio.Modeling.ReadOnlyLinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap>
Public Overridable ReadOnly Property DecoratorMaps As ReadOnlyLinkedElementCollection(Of DecoratorMap)
Property Value
- Attributes