DiagramElement.Decorators Property

Definition

Gets a list of Decorators. Decorators for the diagram element.

public:
 virtual property Microsoft::VisualStudio::Modeling::ReadOnlyLinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::Decorator ^> ^ Decorators { Microsoft::VisualStudio::Modeling::ReadOnlyLinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::Decorator ^> ^ get(); };
public virtual Microsoft.VisualStudio.Modeling.ReadOnlyLinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.Decorator> Decorators { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Decorators : Microsoft.VisualStudio.Modeling.ReadOnlyLinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.Decorator>
Public Overridable ReadOnly Property Decorators As ReadOnlyLinkedElementCollection(Of Decorator)

Property Value

Attributes

Applies to