Share via


ShapeMapHasParentElementPath.SetParentElementPath Method

Sets ParentElementPath.

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

Syntax

'Declaration
Public Shared Sub SetParentElementPath ( _
    element As BaseShapeMap, _
    newParentElementPath As DomainPath _
)
public static void SetParentElementPath(
    BaseShapeMap element,
    DomainPath newParentElementPath
)
public:
static void SetParentElementPath(
    BaseShapeMap^ element, 
    DomainPath^ newParentElementPath
)
static member SetParentElementPath : 
        element:BaseShapeMap * 
        newParentElementPath:DomainPath -> unit
public static function SetParentElementPath(
    element : BaseShapeMap, 
    newParentElementPath : DomainPath
)

Parameters

.NET Framework Security

See Also

Reference

ShapeMapHasParentElementPath Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace