ShapeMapHasDecoratorMaps.DiagramElementMap Property
Gets the element playing ShapeMap domain role. Decorator maps defined by the diagram element map.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Overrides NotOverridable Property DiagramElementMap As DiagramElementMap
public override sealed DiagramElementMap DiagramElementMap { get; set; }
public:
virtual property DiagramElementMap^ DiagramElementMap {
DiagramElementMap^ get () override sealed;
void set (DiagramElementMap^ value) override sealed;
}
abstract DiagramElementMap : DiagramElementMap with get, set
override DiagramElementMap : DiagramElementMap with get, set
override final function get DiagramElementMap () : DiagramElementMap
override final function set DiagramElementMap (value : DiagramElementMap)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMap
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.