ClassIndexesElementMergeDirective.GetLinksToIndexingElementMergeDirectives 方法

定义

获取 DomainClass 的 ClassIndexesElementMergeDirective 链接的列表。

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)

参数

indexInstance
DomainClass

返回

ReadOnlyCollection<ClassIndexesElementMergeDirective>
属性

适用于