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
)
参数
- element
类型:Microsoft.VisualStudio.Modeling.ModelElement
此 RolePlayerPropertyDescriptor 表示角色特性的 ModelElement。
- domainRole
类型:Microsoft.VisualStudio.Modeling.DomainRoleInfo
模型元素的影响的元数据在链接。
- domainRoleInfoAttributes
类型:array<System.Attribute[]
修改属性说明符行为的特性。
异常
异常 | 条件 |
---|---|
ArgumentNullException | sourcePlayer 或 domainRole 参数为 nullnull 引用(在 Visual Basic 中为 Nothing)。 |
NotSupportedException | 字段角色没有名称。 |
ArgumentException | 字段角色没有重数零到或对。 |
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
RolePlayerPropertyDescriptor 类
RolePlayerPropertyDescriptor 重载
Microsoft.VisualStudio.Modeling.Design 命名空间
Link
SourcePlayer
Store