Compartir a través de


DecoratorMapHasPropertyDisplayedPath.GetLinks (Método)

Obtiene los vínculos de DecoratorMapHasPropertyDisplayedPath entre un objeto DecoratorMap determinado y un objeto PropertyPath.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.DslDefinition
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (en Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Sintaxis

'Declaración
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 devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

DecoratorMapHasPropertyDisplayedPath Clase

Microsoft.VisualStudio.Modeling.DslDefinition (Espacio de nombres)