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


PropertyPathHasPath.GetLinks - метод

Получает все ссылки PropertyPathHasPath между заданными PropertyPath и DomainPath.

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

Параметры

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

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

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

См. также

Ссылки

PropertyPathHasPath Класс

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