Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
DomainRole DecoratorMap Shape 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
'Declaration
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/DecoratorMap.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/DecoratorMap.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "ShapeMap", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/DecoratorMap.PropertyDisplayName", _
PropagatesDelete := True, PropagatesCopy := PropagatesCopyOption.DoNotPropagateCopy, _
Multiplicity := Multiplicity.ZeroOne)> _
<DomainObjectIdAttribute("18d5cecb-7a6c-4204-9e62-250f033f72de")> _
Public Overrides NotOverridable Property DecoratorMap As DecoratorMap
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/DecoratorMap.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/DecoratorMap.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "ShapeMap", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/DecoratorMap.PropertyDisplayName",
PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy,
Multiplicity = Multiplicity.ZeroOne)]
[DomainObjectIdAttribute("18d5cecb-7a6c-4204-9e62-250f033f72de")]
public override sealed DecoratorMap DecoratorMap { get; set; }
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/DecoratorMap.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/DecoratorMap.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"ShapeMap", PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/DecoratorMap.PropertyDisplayName",
PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption::DoNotPropagateCopy,
Multiplicity = Multiplicity::ZeroOne)]
[DomainObjectIdAttribute(L"18d5cecb-7a6c-4204-9e62-250f033f72de")]
public:
virtual property DecoratorMap^ DecoratorMap {
DecoratorMap^ get () override sealed;
void set (DecoratorMap^ value) override sealed;
}
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/DecoratorMap.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/DecoratorMap.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "ShapeMap", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/DecoratorMap.PropertyDisplayName",
PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy,
Multiplicity = Multiplicity.ZeroOne)>]
[<DomainObjectIdAttribute("18d5cecb-7a6c-4204-9e62-250f033f72de")>]
abstract DecoratorMap : DecoratorMap with get, set
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/DecoratorMap.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/DecoratorMap.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "ShapeMap", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/DecoratorMap.PropertyDisplayName",
PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy,
Multiplicity = Multiplicity.ZeroOne)>]
[<DomainObjectIdAttribute("18d5cecb-7a6c-4204-9e62-250f033f72de")>]
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
- 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.