Share via


DecoratorMap.DiagramElementMap Property

Gets or sets DiagramElementMap. Diagram element map to which the decorator map belongs.

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 ReadOnly Property DiagramElementMap As DiagramElementMap
public DiagramElementMap DiagramElementMap { get; }
public:
property DiagramElementMap^ DiagramElementMap {
    DiagramElementMap^ get ();
}
member DiagramElementMap : DiagramElementMap with get
function get DiagramElementMap () : DiagramElementMap

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMap

.NET Framework Security

See Also

Reference

DecoratorMap Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace