Share via


Decorator.DiagramElement Property

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

Syntax

'Declaration
Public Overridable ReadOnly Property DiagramElement As DiagramElement
'Usage
Dim instance As Decorator 
Dim value As DiagramElement 

value = instance.DiagramElement
public virtual DiagramElement DiagramElement { get; }
public:
virtual property DiagramElement^ DiagramElement {
    DiagramElement^ get ();
}
public function get DiagramElement () : DiagramElement

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElement

.NET Framework Security

See Also

Reference

Decorator Class

Decorator Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace