RolePlayerPropertyDescriptor 构造函数 (ModelElement, DomainRoleInfo, array<Attribute[])

初始化 RolePlayerPropertyDescriptor 类的新实例。

命名空间:  Microsoft.VisualStudio.Modeling.Design
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Public Sub New ( _
    element As ModelElement, _
    domainRole As DomainRoleInfo, _
    domainRoleInfoAttributes As Attribute() _
)
public RolePlayerPropertyDescriptor(
    ModelElement element,
    DomainRoleInfo domainRole,
    Attribute[] domainRoleInfoAttributes
)

参数

  • domainRoleInfoAttributes
    类型:array<System.Attribute[]
    修改属性说明符行为的特性。

异常

异常 条件
ArgumentNullException

sourcePlayer 或 domainRole 参数为 nullnull 引用(在 Visual Basic 中为 Nothing)。

NotSupportedException

字段角色没有名称。

ArgumentException

字段角色没有重数零到或对。

.NET Framework 安全性

请参见

参考

RolePlayerPropertyDescriptor 类

RolePlayerPropertyDescriptor 重载

Microsoft.VisualStudio.Modeling.Design 命名空间

DisplayName

DomainRoleInfo

Link

SourcePlayer

Store