Freigeben über


CustomPropertyDescriptor.GetLinks-Methode

Ruft alle CustomPropertyDescriptor-Links zwischen einem angegebenen DomainTypeDescriptor und einem PropertyPath ab.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Syntax

'Declaration
Public Shared Function GetLinks ( _
    source As DomainTypeDescriptor, _
    target As PropertyPath _
) As ReadOnlyCollection(Of CustomPropertyDescriptor)
public static ReadOnlyCollection<CustomPropertyDescriptor> GetLinks(
    DomainTypeDescriptor source,
    PropertyPath target
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

CustomPropertyDescriptor Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace