Share via


ShapeMapHasParentElementPath.ParentElementPath Property

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

Syntax

'Declaration
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "ShapeMap", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.PropertyDisplayName",  _
    PropagatesDelete := True, Multiplicity := Multiplicity.ZeroOne)> _
<DomainObjectIdAttribute("9c61ed3c-a3e1-4274-ac17-dfbc974efe02")> _
Public Property ParentElementPath As DomainPath
'Usage
Dim instance As ShapeMapHasParentElementPath 
Dim value As DomainPath 

value = instance.ParentElementPath

instance.ParentElementPath = value
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "ShapeMap", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity.ZeroOne)]
[DomainObjectIdAttribute("9c61ed3c-a3e1-4274-ac17-dfbc974efe02")]
public DomainPath ParentElementPath { get; set; }
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"ShapeMap", PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity::ZeroOne)]
[DomainObjectIdAttribute(L"9c61ed3c-a3e1-4274-ac17-dfbc974efe02")]
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

ShapeMapHasParentElementPath Class

ShapeMapHasParentElementPath Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace