다음을 통해 공유


ConnectorMapHasDecoratorMaps.DecoratorMap Property

DomainRole DecoratorMap Connector map defining the decorator map.

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

Syntax

‘선언
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "ConnectorMap",  _
    PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapHasDecoratorMaps/DecoratorMap.PropertyDisplayName",  _
    PropagatesDelete := True, PropagatesCopy := PropagatesCopyOption.DoNotPropagateCopy,  _
    Multiplicity := Multiplicity.ZeroOne)> _
<DomainObjectIdAttribute("e4d2c603-b126-49dd-9e50-817da14a339b")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapHasDecoratorMaps/DecoratorMap.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapHasDecoratorMaps/DecoratorMap.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Overrides NotOverridable Property DecoratorMap As DecoratorMap
    Get
    Set
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "ConnectorMap", 
    PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapHasDecoratorMaps/DecoratorMap.PropertyDisplayName", 
    PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, 
    Multiplicity = Multiplicity.ZeroOne)]
[DomainObjectIdAttribute("e4d2c603-b126-49dd-9e50-817da14a339b")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapHasDecoratorMaps/DecoratorMap.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapHasDecoratorMaps/DecoratorMap.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public override sealed DecoratorMap DecoratorMap { get; set; }
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"ConnectorMap", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapHasDecoratorMaps/DecoratorMap.PropertyDisplayName", 
    PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption::DoNotPropagateCopy, 
    Multiplicity = Multiplicity::ZeroOne)]
[DomainObjectIdAttribute(L"e4d2c603-b126-49dd-9e50-817da14a339b")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapHasDecoratorMaps/DecoratorMap.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapHasDecoratorMaps/DecoratorMap.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
virtual property DecoratorMap^ DecoratorMap {
    DecoratorMap^ get () override sealed;
    void set (DecoratorMap^ value) override sealed;
}
[<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "ConnectorMap", 
    PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapHasDecoratorMaps/DecoratorMap.PropertyDisplayName", 
    PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, 
    Multiplicity = Multiplicity.ZeroOne)>]
[<DomainObjectIdAttribute("e4d2c603-b126-49dd-9e50-817da14a339b")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapHasDecoratorMaps/DecoratorMap.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapHasDecoratorMaps/DecoratorMap.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
abstract DecoratorMap : DecoratorMap with get, set
[<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "ConnectorMap", 
    PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapHasDecoratorMaps/DecoratorMap.PropertyDisplayName", 
    PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, 
    Multiplicity = Multiplicity.ZeroOne)>]
[<DomainObjectIdAttribute("e4d2c603-b126-49dd-9e50-817da14a339b")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapHasDecoratorMaps/DecoratorMap.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapHasDecoratorMaps/DecoratorMap.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
override DecoratorMap : DecoratorMap with get, set
override final function get DecoratorMap () : DecoratorMap
override final function set DecoratorMap (value : DecoratorMap)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap

.NET Framework Security

See Also

Reference

ConnectorMapHasDecoratorMaps Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace