ShapeMapHasDecoratorMaps Class

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.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRelationshipAttribute(IsEmbedding := True)> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("be6128fc-07b0-4d0d-9a94-5b0109bc3fcb")> _
<CLSCompliantAttribute(True)> _
Public NotInheritable Class ShapeMapHasDecoratorMaps _
    Inherits DiagramElementMapHasDecoratorMaps
'Usage
Dim instance As ShapeMapHasDecoratorMaps
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRelationshipAttribute(IsEmbedding = true)]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("be6128fc-07b0-4d0d-9a94-5b0109bc3fcb")]
[CLSCompliantAttribute(true)]
public sealed class ShapeMapHasDecoratorMaps : DiagramElementMapHasDecoratorMaps
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRelationshipAttribute(IsEmbedding = true)]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"be6128fc-07b0-4d0d-9a94-5b0109bc3fcb")]
[CLSCompliantAttribute(true)]
public ref class ShapeMapHasDecoratorMaps sealed : public DiagramElementMapHasDecoratorMaps
public final class ShapeMapHasDecoratorMaps extends DiagramElementMapHasDecoratorMaps

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.ModelElement
    Microsoft.VisualStudio.Modeling.ElementLink
      Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps
        Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ShapeMapHasDecoratorMaps Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace