Condividi tramite


Metodo ImageShapeHasBaseImageShape.GetLinks

Ottiene tutti i collegamenti ImageShapeHasBaseImageShape tra un determinato oggetto ImageShape e un oggetto ImageShape.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Sintassi

'Dichiarazione
Public Shared Function GetLinks ( _
    source As ImageShape, _
    target As ImageShape _
) As ReadOnlyCollection(Of ImageShapeHasBaseImageShape)
public static ReadOnlyCollection<ImageShapeHasBaseImageShape> GetLinks(
    ImageShape source,
    ImageShape target
)

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ImageShapeHasBaseImageShape Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.DslDefinition