Share via


PropertyPathHasPath.GetLinks(PropertyPath, DomainPath) Method

Definition

Get any PropertyPathHasPath links between a given PropertyPath and a DomainPath.

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

Parameters

source
PropertyPath
target
DomainPath

Returns

Attributes

Applies to