ImageShapeHasBaseImageShape.GetLinks (Método)

Obtiene los vínculos de ImageShapeHasBaseImageShape entre un ImageShape determinado y un ImageShape.

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

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

ImageShapeHasBaseImageShape Clase

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