Partilhar via


Método CustomPropertyDescriptor.GetLinks

Obtenha todos os links entre um determinado DomainTypeDescriptor e PropertyPath CustomPropertyDescriptor.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintaxe

'Declaração
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 de retorno

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

Segurança do .NET Framework

Consulte também

Referência

CustomPropertyDescriptor Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition