Share via


PropertyPathReferencesProperty.GetLinks(PropertyPath, DomainProperty) Method

Definition

Get any PropertyPathReferencesProperty links between a given PropertyPath and a DomainProperty.

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

Parameters

source
PropertyPath

Returns

Attributes

Applies to