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
'Declaración
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
- indexInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<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.