Compartilhar via


Método GeometryShapeHasBaseGeometryShape.GetLinks

Obtenha todos os links entre um determinado GeometryShape e um GeometryShape GeometryShapeHasBaseGeometryShape.

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

Sintaxe

'Declaração
Public Shared Function GetLinks ( _
    source As GeometryShape, _
    target As GeometryShape _
) As ReadOnlyCollection(Of GeometryShapeHasBaseGeometryShape)
public static ReadOnlyCollection<GeometryShapeHasBaseGeometryShape> GetLinks(
    GeometryShape source,
    GeometryShape target
)

Parâmetros

Valor de retorno

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<GeometryShapeHasBaseGeometryShape>

Segurança do .NET Framework

Consulte também

Referência

GeometryShapeHasBaseGeometryShape Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition