Compartilhar via


Método DecoratorMapHasPropertyDisplayedPath.GetLinks

Obtenha todos os links entre um determinado DecoratorMap e PropertyPath DecoratorMapHasPropertyDisplayedPath.

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

Sintaxe

'Declaração
Public Shared Function GetLinks ( _
    source As DecoratorMap, _
    target As PropertyPath _
) As ReadOnlyCollection(Of DecoratorMapHasPropertyDisplayedPath)
public static ReadOnlyCollection<DecoratorMapHasPropertyDisplayedPath> GetLinks(
    DecoratorMap source,
    PropertyPath target
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

DecoratorMapHasPropertyDisplayedPath Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition