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


PropertyPathReferencesProperty.GetLinks - метод

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

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

Синтаксис

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

Параметры

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

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

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

См. также

Ссылки

PropertyPathReferencesProperty Класс

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