Share via


DecoratorMapHasPropertyDisplayedPath.GetLinks Method

Get any DecoratorMapHasPropertyDisplayedPath links between a given DecoratorMap and a PropertyPath.

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
)
public:
static ReadOnlyCollection<DecoratorMapHasPropertyDisplayedPath^>^ GetLinks(
    DecoratorMap^ source, 
    PropertyPath^ target
)
static member GetLinks : 
        source:DecoratorMap * 
        target:PropertyPath -> ReadOnlyCollection<DecoratorMapHasPropertyDisplayedPath> 
public static function GetLinks(
    source : DecoratorMap, 
    target : PropertyPath
) : ReadOnlyCollection<DecoratorMapHasPropertyDisplayedPath>

Parameters

Return Value

Type: ReadOnlyCollection<DecoratorMapHasPropertyDisplayedPath>

.NET Framework Security

See Also

Reference

DecoratorMapHasPropertyDisplayedPath Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace