DomainRoleHasPropertyAttributes.GetLinksToPropertyAttributes 方法

定义

获取 DomainRole 的 DomainRoleHasPropertyAttributes 链接的列表。

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DomainRoleHasPropertyAttributes ^> ^ GetLinksToPropertyAttributes(Microsoft::VisualStudio::Modeling::DslDefinition::DomainRole ^ domainRoleInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes> GetLinksToPropertyAttributes (Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole domainRoleInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToPropertyAttributes : Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes>
Public Shared Function GetLinksToPropertyAttributes (domainRoleInstance As DomainRole) As ReadOnlyCollection(Of DomainRoleHasPropertyAttributes)

参数

domainRoleInstance
DomainRole

返回

ReadOnlyCollection<DomainRoleHasPropertyAttributes>
属性

适用于