Share via


ClassHasElementMergeDirectives.GetLinks Method

Definition

Get any ClassHasElementMergeDirectives links between a given DomainClass and a ElementMergeDirective.

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

Parameters

source
DomainClass

Returns

Attributes

Applies to