다음을 통해 공유


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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

‘선언
Public ReadOnly Property DiagramElementMap As DiagramElementMap
    Get
public DiagramElementMap DiagramElementMap { get; }
public:
property DiagramElementMap^ DiagramElementMap {
    DiagramElementMap^ get ();
}
member DiagramElementMap : DiagramElementMap
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