Share via


ParentShapeContainsNestedChildShapes.NestedChildShapes Property

DomainRole NestedChildShapes Description for Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes.NestedChildShapes

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

Syntax

'Declaration
<DomainObjectIdAttribute("01009248-9232-4226-84bf-0845c91fee59")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.DisplayName",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.Description",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "ParentShape",  _
    PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.PropertyDisplayName",  _
    PropagatesDelete := True, PropagatesCopy := PropagatesCopyOption.DoNotPropagateCopy,  _
    Multiplicity := Multiplicity.ZeroOne)> _
Public Property NestedChildShapes As ShapeElement
[DomainObjectIdAttribute("01009248-9232-4226-84bf-0845c91fee59")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.Description", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "ParentShape", 
    PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.PropertyDisplayName", 
    PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, 
    Multiplicity = Multiplicity.ZeroOne)]
public ShapeElement NestedChildShapes { get; set; }
[DomainObjectIdAttribute(L"01009248-9232-4226-84bf-0845c91fee59")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.Description", 
    typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"ParentShape", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.PropertyDisplayName", 
    PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption::DoNotPropagateCopy, 
    Multiplicity = Multiplicity::ZeroOne)]
public:
property ShapeElement^ NestedChildShapes {
    ShapeElement^ get ();
    void set (ShapeElement^ value);
}
[<DomainObjectIdAttribute("01009248-9232-4226-84bf-0845c91fee59")>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.Description", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")>]
[<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "ParentShape", 
    PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.PropertyDisplayName", 
    PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, 
    Multiplicity = Multiplicity.ZeroOne)>]
member NestedChildShapes : ShapeElement with get, set
function get NestedChildShapes () : ShapeElement 
function set NestedChildShapes (value : ShapeElement)

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement

.NET Framework Security

See Also

Reference

ParentShapeContainsNestedChildShapes Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace