Share via


BaseShapeMap.ParentElementPath Property

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

Syntax

'Declaration
Public Property ParentElementPath As DomainPath
'Usage
Dim instance As BaseShapeMap 
Dim value As DomainPath 

value = instance.ParentElementPath

instance.ParentElementPath = value
public DomainPath ParentElementPath { get; set; }
public:
property DomainPath^ ParentElementPath {
    DomainPath^ get ();
    void set (DomainPath^ value);
}
public function get ParentElementPath () : DomainPath 
public function set ParentElementPath (value : DomainPath)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath

.NET Framework Security

See Also

Reference

BaseShapeMap Class

BaseShapeMap Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace