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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
DecoratorMapHasPropertyDisplayedPath Clase
Microsoft.VisualStudio.Modeling.DslDefinition (Espacio de nombres)