Compartir a través de


PropertyPathHasPath.GetLinks (Método)

Obtiene los vínculos de PropertyPathHasPath entre un PropertyPath determinado y un DomainPath.

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

Sintaxis

'Declaración
Public Shared Function GetLinks ( _
    source As PropertyPath, _
    target As DomainPath _
) As ReadOnlyCollection(Of PropertyPathHasPath)
public static ReadOnlyCollection<PropertyPathHasPath> GetLinks(
    PropertyPath source,
    DomainPath target
)

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

PropertyPathHasPath Clase

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