Partilhar via


Método ParentShapeHasRelativeChildShapes.GetRelativeChildShapes

Obtém uma lista de RelativeChildShapes.

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 GetRelativeChildShapes ( _
    element As ShapeElement _
) As LinkedElementCollection(Of ShapeElement)
public static LinkedElementCollection<ShapeElement> GetRelativeChildShapes(
    ShapeElement element
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

ParentShapeHasRelativeChildShapes Classe

Namespace Microsoft.VisualStudio.Modeling.Diagrams