Freigeben über


ClassHasProperties.GetLinks-Methode

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

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ClassHasProperties Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace