IPresentationElementWrapperFactory.GetChildShapes (Método)

Espacio de nombres:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Ensamblado:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (en Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Sintaxis

'Declaración
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 devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

IPresentationElementWrapperFactory Interfaz

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation (Espacio de nombres)