Share via


ClassHasElementMergeDirectives.GetLinksToElementMergeDirectives Method

Get the list of ClassHasElementMergeDirectives links to a DomainClass.

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

Syntax

'Declaration
Public Shared Function GetLinksToElementMergeDirectives ( _
    classInstance As DomainClass _
) As ReadOnlyCollection(Of ClassHasElementMergeDirectives)
public static ReadOnlyCollection<ClassHasElementMergeDirectives> GetLinksToElementMergeDirectives(
    DomainClass classInstance
)
public:
static ReadOnlyCollection<ClassHasElementMergeDirectives^>^ GetLinksToElementMergeDirectives(
    DomainClass^ classInstance
)
static member GetLinksToElementMergeDirectives : 
        classInstance:DomainClass -> ReadOnlyCollection<ClassHasElementMergeDirectives> 
public static function GetLinksToElementMergeDirectives(
    classInstance : DomainClass
) : ReadOnlyCollection<ClassHasElementMergeDirectives>

Parameters

Return Value

Type: ReadOnlyCollection<ClassHasElementMergeDirectives>

.NET Framework Security

See Also

Reference

ClassHasElementMergeDirectives Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace