ShapeMapReferencesShape.GetLinks (Método)

Obtiene los vínculos de ShapeMapReferencesShape entre un ShapeMap determinado y una forma.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.DslDefinition
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintaxis

'Declaración
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 devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

ShapeMapReferencesShape Clase

Microsoft.VisualStudio.Modeling.DslDefinition (Espacio de nombres)