Condividi tramite


Metodo ClassHasElementMergeDirectives.GetLinks

Ottenere tutti i collegamenti di ClassHasElementMergeDirectives tra un DomainClass specificato e un ElementMergeDirective.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintassi

'Dichiarazione
Public Shared Function GetLinks ( _
    source As DomainClass, _
    target As ElementMergeDirective _
) As ReadOnlyCollection(Of ClassHasElementMergeDirectives)
public static ReadOnlyCollection<ClassHasElementMergeDirectives> GetLinks(
    DomainClass source,
    ElementMergeDirective target
)

Parametri

Valore restituito

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<ClassHasElementMergeDirectives>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ClassHasElementMergeDirectives Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.DslDefinition