CustomPropertyDescriptor.GetLinks (Método)

Obtiene los vínculos de CustomPropertyDescriptor entre un DomainTypeDescriptor determinado y un PropertyPath.

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

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

CustomPropertyDescriptor Clase

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