PropertyPathReferencesProperty.GetLinks (Método)

Obtiene los vínculos de PropertyPathReferencesProperty entre un PropertyPath determinado y un DomainProperty.

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 DomainProperty _
) As ReadOnlyCollection(Of PropertyPathReferencesProperty)
public static ReadOnlyCollection<PropertyPathReferencesProperty> GetLinks(
    PropertyPath source,
    DomainProperty target
)

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

PropertyPathReferencesProperty Clase

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