Share via


ClassIndexesElementMergeDirective.GetLinksToIndexingElementMergeDirectives Method

Definition

Get the list of ClassIndexesElementMergeDirective links to a DomainClass.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ClassIndexesElementMergeDirective ^> ^ GetLinksToIndexingElementMergeDirectives(Microsoft::VisualStudio::Modeling::DslDefinition::DomainClass ^ indexInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective> GetLinksToIndexingElementMergeDirectives (Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass indexInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToIndexingElementMergeDirectives : Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective>
Public Shared Function GetLinksToIndexingElementMergeDirectives (indexInstance As DomainClass) As ReadOnlyCollection(Of ClassIndexesElementMergeDirective)

Parameters

indexInstance
DomainClass

Returns

Attributes

Applies to