Partager via


DiagramElementHasDecorators.GetLinks, méthode

Obtient des liens DiagramElementHasDecorators entre un DiagramElement donné et un Decorator.

Espace de noms :  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Syntaxe

'Déclaration
Public Shared Function GetLinks ( _
    source As DiagramElement, _
    target As Decorator _
) As ReadOnlyCollection(Of DiagramElementHasDecorators)
public static ReadOnlyCollection<DiagramElementHasDecorators> GetLinks(
    DiagramElement source,
    Decorator target
)

Paramètres

Valeur de retour

Type : System.Collections.ObjectModel.ReadOnlyCollection<DiagramElementHasDecorators>

Sécurité .NET Framework

Voir aussi

Référence

DiagramElementHasDecorators Classe

Microsoft.VisualStudio.Modeling.DslDefinition, espace de noms