Share via


ClassHasElementMergeDirectives.GetLinks Method

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

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Syntax

'Declaration
Public Shared Function GetLinks ( _
    source As DomainClass, _
    target As ElementMergeDirective _
) As ReadOnlyCollection(Of ClassHasElementMergeDirectives)
public static ReadOnlyCollection<ClassHasElementMergeDirectives> GetLinks(
    DomainClass source,
    ElementMergeDirective target
)
public:
static ReadOnlyCollection<ClassHasElementMergeDirectives^>^ GetLinks(
    DomainClass^ source, 
    ElementMergeDirective^ target
)
static member GetLinks : 
        source:DomainClass * 
        target:ElementMergeDirective -> ReadOnlyCollection<ClassHasElementMergeDirectives> 
public static function GetLinks(
    source : DomainClass, 
    target : ElementMergeDirective
) : ReadOnlyCollection<ClassHasElementMergeDirectives>

Parameters

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ClassHasElementMergeDirectives>

.NET Framework Security

See Also

Reference

ClassHasElementMergeDirectives Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace