Freigeben über


PropertyHasType.GetLinks-Methode

Ruft alle PropertyHasType-Links zwischen einem angegebenen DomainProperty und einem DomainType 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 DomainProperty, _
    target As DomainType _
) As ReadOnlyCollection(Of PropertyHasType)
public static ReadOnlyCollection<PropertyHasType> GetLinks(
    DomainProperty source,
    DomainType target
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyHasType Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace