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


DiagramElementHasDecorators.GetLinks - метод

Получает все ссылки DiagramElementHasDecorators между заданными DiagramElement и оформителем.

Пространство имен:  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 DiagramElement, _
    target As Decorator _
) As ReadOnlyCollection(Of DiagramElementHasDecorators)
public static ReadOnlyCollection<DiagramElementHasDecorators> GetLinks(
    DiagramElement source,
    Decorator target
)

Параметры

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

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

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

См. также

Ссылки

DiagramElementHasDecorators Класс

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