Share via


PropertyHasType.GetLinks(DomainProperty, DomainType) Method

Definition

Get any PropertyHasType links between a given DomainProperty and a DomainType.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::PropertyHasType ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::DslDefinition::DomainProperty ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::DomainType ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PropertyHasType> GetLinks (Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty source, Microsoft.VisualStudio.Modeling.DslDefinition.DomainType target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty * Microsoft.VisualStudio.Modeling.DslDefinition.DomainType -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PropertyHasType>
Public Shared Function GetLinks (source As DomainProperty, target As DomainType) As ReadOnlyCollection(Of PropertyHasType)

Parameters

target
DomainType

Returns

Attributes

Applies to