Partager via


PropertyHasType.GetLinks, méthode

Obtient des liens PropertyHasType entre un DomainProperty donné et un DomainType.

Espace de noms :  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Syntaxe

'Déclaration
Public Shared Function GetLinks ( _
    source As DomainProperty, _
    target As DomainType _
) As ReadOnlyCollection(Of PropertyHasType)
public static ReadOnlyCollection<PropertyHasType> GetLinks(
    DomainProperty source,
    DomainType target
)

Paramètres

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

PropertyHasType Classe

Microsoft.VisualStudio.Modeling.DslDefinition, espace de noms