Поделиться через


ClassHasElementMergeDirectives.GetLinks - метод

Получает все ссылки ClassHasElementMergeDirectives между заданными DomainClass и ElementMergeDirective.

Пространство имен:  Microsoft.VisualStudio.Modeling.DslDefinition
Сборка:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (в Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Синтаксис

'Декларация
Public Shared Function GetLinks ( _
    source As DomainClass, _
    target As ElementMergeDirective _
) As ReadOnlyCollection(Of ClassHasElementMergeDirectives)
public static ReadOnlyCollection<ClassHasElementMergeDirectives> GetLinks(
    DomainClass source,
    ElementMergeDirective target
)

Параметры

Возвращаемое значение

Тип: System.Collections.ObjectModel.ReadOnlyCollection<ClassHasElementMergeDirectives>

Безопасность платформы .NET Framework

См. также

Ссылки

ClassHasElementMergeDirectives Класс

Microsoft.VisualStudio.Modeling.DslDefinition - пространство имен