DiagramElementMapHasDecoratorMaps.DecoratorMap Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
<DomainObjectIdAttribute("198841ec-cd02-48ce-acfe-ba21804ff9d5")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "DiagramElementMap", _
PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps/DecoratorMap.PropertyDisplayName", _
PropagatesDelete := True, Multiplicity := Multiplicity.One)> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps/DecoratorMap.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps/DecoratorMap.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public MustOverride Property DecoratorMap As DecoratorMap
'Usage
Dim instance As DiagramElementMapHasDecoratorMaps
Dim value As DecoratorMap
value = instance.DecoratorMap
instance.DecoratorMap = value
[DomainObjectIdAttribute("198841ec-cd02-48ce-acfe-ba21804ff9d5")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "DiagramElementMap",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps/DecoratorMap.PropertyDisplayName",
PropagatesDelete = true, Multiplicity = Multiplicity.One)]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps/DecoratorMap.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps/DecoratorMap.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public abstract DecoratorMap DecoratorMap { get; set; }
[DomainObjectIdAttribute(L"198841ec-cd02-48ce-acfe-ba21804ff9d5")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"DiagramElementMap",
PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps/DecoratorMap.PropertyDisplayName",
PropagatesDelete = true, Multiplicity = Multiplicity::One)]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps/DecoratorMap.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps/DecoratorMap.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
virtual property DecoratorMap^ DecoratorMap {
DecoratorMap^ get () abstract;
void set (DecoratorMap^ value) abstract;
}
public abstract function get DecoratorMap () : DecoratorMap
public abstract 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.
See Also
Reference
DiagramElementMapHasDecoratorMaps Class