Share via


ShapeMapHasDecoratorMaps.ShapeMap Property

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

Syntax

'Declaration
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/ShapeMap.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "DecoratorMaps",  _
    PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/ShapeMap.PropertyDisplayName",  _
    Multiplicity := Multiplicity.ZeroMany)> _
<DomainObjectIdAttribute("16dfd3fe-7f60-4f48-972c-5669f02c80ec")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/ShapeMap.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property ShapeMap As BaseShapeMap
'Usage
Dim instance As ShapeMapHasDecoratorMaps 
Dim value As BaseShapeMap 

value = instance.ShapeMap

instance.ShapeMap = value
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/ShapeMap.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "DecoratorMaps", 
    PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/ShapeMap.PropertyDisplayName", 
    Multiplicity = Multiplicity.ZeroMany)]
[DomainObjectIdAttribute("16dfd3fe-7f60-4f48-972c-5669f02c80ec")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/ShapeMap.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public BaseShapeMap ShapeMap { get; set; }
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/ShapeMap.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"DecoratorMaps", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/ShapeMap.PropertyDisplayName", 
    Multiplicity = Multiplicity::ZeroMany)]
[DomainObjectIdAttribute(L"16dfd3fe-7f60-4f48-972c-5669f02c80ec")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps/ShapeMap.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property BaseShapeMap^ ShapeMap {
    BaseShapeMap^ get ();
    void set (BaseShapeMap^ value);
}
public function get ShapeMap () : BaseShapeMap 
public function set ShapeMap (value : BaseShapeMap)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap

.NET Framework Security

See Also

Reference

ShapeMapHasDecoratorMaps Class

ShapeMapHasDecoratorMaps Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace