Partilhar via


Método IPresentationElementWrapperFactory.GetChildShapes

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

Sintaxe

'Declaração
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>

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

IPresentationElementWrapperFactory Interface

Namespace Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation