Partilhar via


Método ShapeMapReferencesShape.GetLinks

Obtenha todos os links entre um determinado ShapeMap e uma forma ShapeMapReferencesShape.

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

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

ShapeMapReferencesShape Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition