Freigeben über


ShapeHasDecorators.GetLinks-Methode

Ruft alle ShapeHasDecorators-Links zwischen einer angegebenen Form und einem Decorator ab.

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

Syntax

'Declaration
Public Shared Function GetLinks ( _
    source As Shape, _
    target As Decorator _
) As ReadOnlyCollection(Of ShapeHasDecorators)
public static ReadOnlyCollection<ShapeHasDecorators> GetLinks(
    Shape source,
    Decorator target
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ShapeHasDecorators Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace