Partilhar via


Método ImageShapeHasBaseImageShape.GetLinks

Obtenha todos os links entre um determinado ImageShape e um ImageShape ImageShapeHasBaseImageShape.

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 ImageShape, _
    target As ImageShape _
) As ReadOnlyCollection(Of ImageShapeHasBaseImageShape)
public static ReadOnlyCollection<ImageShapeHasBaseImageShape> GetLinks(
    ImageShape source,
    ImageShape target
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

ImageShapeHasBaseImageShape Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition