Freigeben über


DecoratorMapHasPropertyDisplayedPath.GetLinks-Methode

Ruft alle DecoratorMapHasPropertyDisplayedPath-Links zwischen einem angegebenen und dem DecoratorMap PropertyPath 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 DecoratorMap, _
    target As PropertyPath _
) As ReadOnlyCollection(Of DecoratorMapHasPropertyDisplayedPath)
public static ReadOnlyCollection<DecoratorMapHasPropertyDisplayedPath> GetLinks(
    DecoratorMap source,
    PropertyPath target
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

DecoratorMapHasPropertyDisplayedPath Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace