RolePlayerPropertyDescriptor 构造函数 (Store, DomainRoleInfo, array<Attribute )
构造函数
命名空间: Microsoft.VisualStudio.Modeling.Design
程序集: Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
语法
声明
Public Sub New ( _
store As Store, _
domainRole As DomainRoleInfo, _
domainRoleInfoAttributes As Attribute() _
)
public RolePlayerPropertyDescriptor(
Store store,
DomainRoleInfo domainRole,
Attribute[] domainRoleInfoAttributes
)
参数
- store
类型:Microsoft.VisualStudio.Modeling.Store
存储承载组件可以可用由此属性说明符。
- domainRole
类型:Microsoft.VisualStudio.Modeling.DomainRoleInfo
字段数据进行编辑的角色。
- domainRoleInfoAttributes
类型:array<System.Attribute[]
修改属性说明符行为的特性。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
RolePlayerPropertyDescriptor 类