Share via


ParentShapeContainsNestedChildShapes.NestedChildShapes Property

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

Syntax

'Declaration
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.Description",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.DisplayName",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("01009248-9232-4226-84bf-0845c91fee59")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "ParentShape",  _
    PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.PropertyDisplayName",  _
    PropagatesDelete := True, Multiplicity := Multiplicity.ZeroOne)> _
Public Property NestedChildShapes As ShapeElement
'Usage
Dim instance As ParentShapeContainsNestedChildShapes 
Dim value As ShapeElement 

value = instance.NestedChildShapes

instance.NestedChildShapes = value
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.Description", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("01009248-9232-4226-84bf-0845c91fee59")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "ParentShape", 
    PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity.ZeroOne)]
public ShapeElement NestedChildShapes { get; set; }
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.Description", 
    typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"01009248-9232-4226-84bf-0845c91fee59")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"ParentShape", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes/NestedChildShapes.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity::ZeroOne)]
public:
property ShapeElement^ NestedChildShapes {
    ShapeElement^ get ();
    void set (ShapeElement^ value);
}
public function get NestedChildShapes () : ShapeElement 
public function set NestedChildShapes (value : ShapeElement)

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement

.NET Framework Security

See Also

Reference

ParentShapeContainsNestedChildShapes Class

ParentShapeContainsNestedChildShapes Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace