Поделиться через


ClassIndexesElementMergeDirective.GetLinksToIndexingElementMergeDirectives Method

Get the list of ClassIndexesElementMergeDirective links to a DomainClass.

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

Syntax

'Декларация
Public Shared Function GetLinksToIndexingElementMergeDirectives ( _
    indexInstance As DomainClass _
) As ReadOnlyCollection(Of ClassIndexesElementMergeDirective)
public static ReadOnlyCollection<ClassIndexesElementMergeDirective> GetLinksToIndexingElementMergeDirectives(
    DomainClass indexInstance
)
public:
static ReadOnlyCollection<ClassIndexesElementMergeDirective^>^ GetLinksToIndexingElementMergeDirectives(
    DomainClass^ indexInstance
)
static member GetLinksToIndexingElementMergeDirectives : 
        indexInstance:DomainClass -> ReadOnlyCollection<ClassIndexesElementMergeDirective> 
public static function GetLinksToIndexingElementMergeDirectives(
    indexInstance : DomainClass
) : ReadOnlyCollection<ClassIndexesElementMergeDirective>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ClassIndexesElementMergeDirective Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace