IShape.ChildShapes Property
Shapes that are contained within this shape. For example, the attribute and operation rows of a class shape; class shapes contained inside a package shape; ports and parts inside a component. For each ChildShape, ParentShape == this.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
IEnumerable<IShape> ChildShapes { get; }
property IEnumerable<IShape^>^ ChildShapes {
IEnumerable<IShape^>^ get();
}
abstract ChildShapes : IEnumerable<IShape> with get
ReadOnly Property ChildShapes As IEnumerable(Of IShape)
Property Value
Type: System.Collections.Generic.IEnumerable<IShape>
See Also
IShape Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace
Return to top