共用方式為


DiagramElementMapHasDecoratorMaps.DiagramElementMap 屬性

圖表項目對應所定義的 DomainRole DiagramElementMap Decorator 對應。

命名空間:  Microsoft.VisualStudio.Modeling.DslDefinition
組件:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll 中)

語法

'宣告
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps/DiagramElementMap.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps/DiagramElementMap.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "DecoratorMaps",  _
    PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps/DiagramElementMap.PropertyDisplayName",  _
    PropagatesCopy := PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer,  _
    Multiplicity := Multiplicity.ZeroMany)> _
<DomainObjectIdAttribute("b0d35e81-8241-4fc7-b8b0-7ad537b30a7f")> _
Public MustOverride Property DiagramElementMap As DiagramElementMap
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps/DiagramElementMap.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps/DiagramElementMap.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "DecoratorMaps", 
    PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps/DiagramElementMap.PropertyDisplayName", 
    PropagatesCopy = PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer, 
    Multiplicity = Multiplicity.ZeroMany)]
[DomainObjectIdAttribute("b0d35e81-8241-4fc7-b8b0-7ad537b30a7f")]
public abstract DiagramElementMap DiagramElementMap { get; set; }

屬性值

類型:Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMap

.NET Framework 安全性

請參閱

參考

DiagramElementMapHasDecoratorMaps 類別

Microsoft.VisualStudio.Modeling.DslDefinition 命名空間