Share via


ShapeMapHasParentElementPath.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.ShapeMapHasParentElementPath/ShapeMap.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ShapeMap.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "ParentElementPath",  _
    PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ShapeMap.PropertyDisplayName",  _
    Multiplicity := Multiplicity.ZeroOne)> _
<DomainObjectIdAttribute("4f130c75-5d16-4f33-8e57-3d2ee1be4abc")> _
Public Property ShapeMap As BaseShapeMap
'Usage
Dim instance As ShapeMapHasParentElementPath 
Dim value As BaseShapeMap 

value = instance.ShapeMap

instance.ShapeMap = value
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ShapeMap.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ShapeMap.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "ParentElementPath", 
    PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ShapeMap.PropertyDisplayName", 
    Multiplicity = Multiplicity.ZeroOne)]
[DomainObjectIdAttribute("4f130c75-5d16-4f33-8e57-3d2ee1be4abc")]
public BaseShapeMap ShapeMap { get; set; }
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ShapeMap.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ShapeMap.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"ParentElementPath", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ShapeMap.PropertyDisplayName", 
    Multiplicity = Multiplicity::ZeroOne)]
[DomainObjectIdAttribute(L"4f130c75-5d16-4f33-8e57-3d2ee1be4abc")]
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

ShapeMapHasParentElementPath Class

ShapeMapHasParentElementPath Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace