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 - пространство имен