Share via


IShape.ChildShapes Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The collection of shapes owned by this shape, for example ports on a component or operations in a class.

Namespace:  Microsoft.VisualStudio.Uml.Presentation
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
ReadOnly Property ChildShapes As IEnumerable(Of IShape)
    Get
'Usage
Dim instance As IShape
Dim value As IEnumerable(Of IShape)

value = instance.ChildShapes
IEnumerable<IShape> ChildShapes { get; }
property IEnumerable<IShape^>^ ChildShapes {
    IEnumerable<IShape^>^ get ();
}
abstract ChildShapes : IEnumerable<IShape>
function get ChildShapes () : IEnumerable<IShape>

Property Value

Type: System.Collections.Generic.IEnumerable<IShape>

.NET Framework Security

See Also

Reference

IShape Interface

IShape Members

Microsoft.VisualStudio.Uml.Presentation Namespace