Share via


ShapeMapHasParentElementPath Constructor (BaseShapeMap, DomainPath)

Constructor Creates a ShapeMapHasParentElementPath link in the same Partition as the given BaseShapeMap

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

Syntax

'Declaration
Public Sub New ( _
    source As BaseShapeMap, _
    target As DomainPath _
)
public ShapeMapHasParentElementPath(
    BaseShapeMap source,
    DomainPath target
)
public:
ShapeMapHasParentElementPath(
    BaseShapeMap^ source, 
    DomainPath^ target
)
new : 
        source:BaseShapeMap * 
        target:DomainPath -> ShapeMapHasParentElementPath
public function ShapeMapHasParentElementPath(
    source : BaseShapeMap, 
    target : DomainPath
)

Parameters

.NET Framework Security

See Also

Reference

ShapeMapHasParentElementPath Class

ShapeMapHasParentElementPath Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace