ShapeElement.NestedChildShapes Property

Gets the list of nested child shapes that are assigned to the shape.

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

Syntax

'宣言
Public ReadOnly Property NestedChildShapes As LinkedElementCollection(Of ShapeElement)
'使用
Dim instance As ShapeElement
Dim value As LinkedElementCollection(Of ShapeElement)

value = instance.NestedChildShapes
public LinkedElementCollection<ShapeElement> NestedChildShapes { get; }
public:
property LinkedElementCollection<ShapeElement^>^ NestedChildShapes {
    LinkedElementCollection<ShapeElement^>^ get ();
}
public function get NestedChildShapes () : LinkedElementCollection<ShapeElement>

Property Value

Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<ShapeElement>

The list of nested child shapes that are assigned to the shape.

Permissions

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace