Freigeben über


DiagramElementMapHasDecoratorMaps.GetLinks-Methode

Ruft alle DiagramElementMapHasDecoratorMaps-Links zwischen einem angegebenen DiagramElementMap und einem DecoratorMap ab.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntax

'Declaration
Public Shared Function GetLinks ( _
    source As DiagramElementMap, _
    target As DecoratorMap _
) As ReadOnlyCollection(Of DiagramElementMapHasDecoratorMaps)
public static ReadOnlyCollection<DiagramElementMapHasDecoratorMaps> GetLinks(
    DiagramElementMap source,
    DecoratorMap target
)

Parameter

Rückgabewert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<DiagramElementMapHasDecoratorMaps>

.NET Framework-Sicherheit

Siehe auch

Referenz

DiagramElementMapHasDecoratorMaps Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace