DomainRoleHasPropertyAttributes.GetLinks - метод
Получает все ссылки DomainRoleHasPropertyAttributes между заданными DomainRole и ClrAttribute.
Пространство имен: 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 DomainRole, _
target As ClrAttribute _
) As ReadOnlyCollection(Of DomainRoleHasPropertyAttributes)
public static ReadOnlyCollection<DomainRoleHasPropertyAttributes> GetLinks(
DomainRole source,
ClrAttribute target
)
Параметры
Возвращаемое значение
Тип: System.Collections.ObjectModel.ReadOnlyCollection<DomainRoleHasPropertyAttributes>
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
DomainRoleHasPropertyAttributes Класс
Microsoft.VisualStudio.Modeling.DslDefinition - пространство имен