Compartilhar via


Método ParentShapeContainsNestedChildShapes.GetNestedChildShapes

Obtém uma lista de NestedChildShapes.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintaxe

'Declaração
Public Shared Function GetNestedChildShapes ( _
    element As ShapeElement _
) As LinkedElementCollection(Of ShapeElement)
public static LinkedElementCollection<ShapeElement> GetNestedChildShapes(
    ShapeElement element
)

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Modeling.LinkedElementCollection<ShapeElement>

Segurança do .NET Framework

Consulte também

Referência

ParentShapeContainsNestedChildShapes Classe

Namespace Microsoft.VisualStudio.Modeling.Diagrams