ClassIndexesElementMergeDirective.GetLinkToIndex Method

Get the ClassIndexesElementMergeDirective link to 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 GetLinkToIndex ( _
    indexingMergeDirectiveInstance As ElementMergeDirective _
) As ClassIndexesElementMergeDirective
public static ClassIndexesElementMergeDirective GetLinkToIndex(
    ElementMergeDirective indexingMergeDirectiveInstance
)
public:
static ClassIndexesElementMergeDirective^ GetLinkToIndex(
    ElementMergeDirective^ indexingMergeDirectiveInstance
)
static member GetLinkToIndex : 
        indexingMergeDirectiveInstance:ElementMergeDirective -> ClassIndexesElementMergeDirective
public static function GetLinkToIndex(
    indexingMergeDirectiveInstance : ElementMergeDirective
) : ClassIndexesElementMergeDirective

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective

.NET Framework Security

See Also

Reference

ClassIndexesElementMergeDirective Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace