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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.