BaseShapeMap Class

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

Syntax

'Declaration
<DomainObjectIdAttribute("a884d10d-3c47-4e6a-a260-b0044d310c75")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<CLSCompliantAttribute(True)> _
<ValidationStateAttribute(ValidationState.Enabled)> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<ValidationStateAttribute(ValidationState.Enabled)> _
Public MustInherit Class BaseShapeMap _
    Inherits DiagramElementMap
'Usage
Dim instance As BaseShapeMap
[DomainObjectIdAttribute("a884d10d-3c47-4e6a-a260-b0044d310c75")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CLSCompliantAttribute(true)]
[ValidationStateAttribute(ValidationState.Enabled)]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[ValidationStateAttribute(ValidationState.Enabled)]
public abstract class BaseShapeMap : DiagramElementMap
[DomainObjectIdAttribute(L"a884d10d-3c47-4e6a-a260-b0044d310c75")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CLSCompliantAttribute(true)]
[ValidationStateAttribute(ValidationState::Enabled)]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[ValidationStateAttribute(ValidationState::Enabled)]
public ref class BaseShapeMap abstract : public DiagramElementMap
public abstract class BaseShapeMap extends DiagramElementMap

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.ModelElement
    Microsoft.VisualStudio.Modeling.DslDefinition.DomainElement
      Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMap
        Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap
          Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMap
          Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMap
          Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneMap

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

BaseShapeMap Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace