Share via


ElementMergeDirectiveHasLinkCreationPaths.GetLinks Method

Definition

Get any ElementMergeDirectiveHasLinkCreationPaths links between a given ElementMergeDirective and a DomainPath.

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

Parameters

target
DomainPath

Returns

Attributes

Applies to