RolePlayerPropertyDescriptor 构造函数

定义

重载

RolePlayerPropertyDescriptor(ModelElement, DomainRoleInfo, Attribute[])

构造函数

RolePlayerPropertyDescriptor(Store, DomainRoleInfo, Attribute[])

构造函数

RolePlayerPropertyDescriptor(ModelElement, DomainRoleInfo, Attribute[])

构造函数

public:
 RolePlayerPropertyDescriptor(Microsoft::VisualStudio::Modeling::ModelElement ^ element, Microsoft::VisualStudio::Modeling::DomainRoleInfo ^ domainRole, cli::array <Attribute ^> ^ domainRoleInfoAttributes);
public RolePlayerPropertyDescriptor (Microsoft.VisualStudio.Modeling.ModelElement element, Microsoft.VisualStudio.Modeling.DomainRoleInfo domainRole, Attribute[] domainRoleInfoAttributes);
new Microsoft.VisualStudio.Modeling.Design.RolePlayerPropertyDescriptor : Microsoft.VisualStudio.Modeling.ModelElement * Microsoft.VisualStudio.Modeling.DomainRoleInfo * Attribute[] -> Microsoft.VisualStudio.Modeling.Design.RolePlayerPropertyDescriptor
Public Sub New (element As ModelElement, domainRole As DomainRoleInfo, domainRoleInfoAttributes As Attribute())

参数

element
ModelElement

此 Roleplayerpropertydescriptor 所用表示角色属性的 ModelElement。

domainRole
DomainRoleInfo

正在编辑的角色的域数据。

domainRoleInfoAttributes
Attribute[]

修改属性描述符行为的特性。

适用于

RolePlayerPropertyDescriptor(Store, DomainRoleInfo, Attribute[])

构造函数

public:
 RolePlayerPropertyDescriptor(Microsoft::VisualStudio::Modeling::Store ^ store, Microsoft::VisualStudio::Modeling::DomainRoleInfo ^ domainRole, cli::array <Attribute ^> ^ domainRoleInfoAttributes);
public RolePlayerPropertyDescriptor (Microsoft.VisualStudio.Modeling.Store store, Microsoft.VisualStudio.Modeling.DomainRoleInfo domainRole, Attribute[] domainRoleInfoAttributes);
new Microsoft.VisualStudio.Modeling.Design.RolePlayerPropertyDescriptor : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.DomainRoleInfo * Attribute[] -> Microsoft.VisualStudio.Modeling.Design.RolePlayerPropertyDescriptor
Public Sub New (store As Store, domainRole As DomainRoleInfo, domainRoleInfoAttributes As Attribute())

参数

store
Store

存储由此属性说明符表示的宿主元素。

domainRole
DomainRoleInfo

正在编辑的角色的域数据。

domainRoleInfoAttributes
Attribute[]

修改属性描述符行为的特性。

适用于