Get the one ClassIndexesElementMergeDirective link between a given ElementMergeDirectiveand a DomainClass.
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 GetLink ( _
    source As ElementMergeDirective, _
    target As DomainClass _
) As ClassIndexesElementMergeDirective
public static ClassIndexesElementMergeDirective GetLink(
    ElementMergeDirective source,
    DomainClass target
)
public:
static ClassIndexesElementMergeDirective^ GetLink(
    ElementMergeDirective^ source, 
    DomainClass^ target
)
static member GetLink : 
        source:ElementMergeDirective * 
        target:DomainClass -> ClassIndexesElementMergeDirective
public static function GetLink(
    source : ElementMergeDirective, 
    target : DomainClass
) : ClassIndexesElementMergeDirective
Parameters
Return Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.