Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
IEnumerable<IShape> GetChildShapes(
    IShape parentShape
)
IEnumerable<IShape^>^ GetChildShapes(
    IShape^ parentShape
)
abstract GetChildShapes : 
        parentShape:IShape -> IEnumerable<IShape>
Function GetChildShapes (
    parentShape As IShape
) As IEnumerable(Of IShape)
Parameters
Return Value
Type: System.Collections.Generic.IEnumerable<IShape>
See Also
IPresentationElementWrapperFactory Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace
Return to top