Partager via


IPresentationElementWrapperFactory.GetChildShapes, méthode

Espace de noms :  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly :  Microsoft.VisualStudio.ArchitectureTools.Extensibility (dans Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntaxe

'Déclaration
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>

Paramètres

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

IPresentationElementWrapperFactory Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation, espace de noms