Condividi tramite


Metodo ParentShapeContainsNestedChildShapes.GetNestedChildShapes

ottiene un elenco di NestedChildShapes.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintassi

'Dichiarazione
Public Shared Function GetNestedChildShapes ( _
    element As ShapeElement _
) As LinkedElementCollection(Of ShapeElement)
public static LinkedElementCollection<ShapeElement> GetNestedChildShapes(
    ShapeElement element
)

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ParentShapeContainsNestedChildShapes Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.Diagrams