Share via


IPresentationElementWrapperFactory.GetChildShapes Method

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntax

'Declaration
Function GetChildShapes ( _
    parentShape As IShape _
) As IEnumerable(Of IShape)
IEnumerable<IShape> GetChildShapes(
    IShape parentShape
)
IEnumerable<IShape^>^ GetChildShapes(
    IShape^ parentShape
)
abstract GetChildShapes : 
        parentShape:IShape -> IEnumerable<IShape> 
function GetChildShapes(
    parentShape : IShape
) : IEnumerable<IShape>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

IPresentationElementWrapperFactory Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace