Share via


DecoratorMapReferencesDecorator.Decorator Property

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

Syntax

'Declaration
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapReferencesDecorator/Decorator.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "Maps", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapReferencesDecorator/Decorator.PropertyDisplayName",  _
    Multiplicity := Multiplicity.ZeroMany)> _
<DomainObjectIdAttribute("a0cf926c-79e5-48e0-a1ef-d447e8c66bf6")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapReferencesDecorator/Decorator.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property Decorator As Decorator
'Usage
Dim instance As DecoratorMapReferencesDecorator 
Dim value As Decorator 

value = instance.Decorator

instance.Decorator = value
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapReferencesDecorator/Decorator.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "Maps", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapReferencesDecorator/Decorator.PropertyDisplayName", 
    Multiplicity = Multiplicity.ZeroMany)]
[DomainObjectIdAttribute("a0cf926c-79e5-48e0-a1ef-d447e8c66bf6")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapReferencesDecorator/Decorator.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public Decorator Decorator { get; set; }
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapReferencesDecorator/Decorator.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"Maps", PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapReferencesDecorator/Decorator.PropertyDisplayName", 
    Multiplicity = Multiplicity::ZeroMany)]
[DomainObjectIdAttribute(L"a0cf926c-79e5-48e0-a1ef-d447e8c66bf6")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapReferencesDecorator/Decorator.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property Decorator^ Decorator {
    Decorator^ get ();
    void set (Decorator^ value);
}
public function get Decorator () : Decorator 
public function set Decorator (value : Decorator)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.Decorator

.NET Framework Security

See Also

Reference

DecoratorMapReferencesDecorator Class

DecoratorMapReferencesDecorator Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace