ElementTypeDescriptor.CreateRolePlayerPropertyDescriptor 方法

创建模型元素的角色属性的描述符。

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

语法

声明
Protected Overridable Function CreateRolePlayerPropertyDescriptor ( _
    sourceRolePlayer As ModelElement, _
    targetRoleInfo As DomainRoleInfo, _
    sourceDomainRoleInfoAttributes As Attribute() _
) As RolePlayerPropertyDescriptor
protected virtual RolePlayerPropertyDescriptor CreateRolePlayerPropertyDescriptor(
    ModelElement sourceRolePlayer,
    DomainRoleInfo targetRoleInfo,
    Attribute[] sourceDomainRoleInfoAttributes
)

参数

  • sourceDomainRoleInfoAttributes
    类型:array<System.Attribute[]
    包含特性应用于源角色特性的数组。

返回值

类型:Microsoft.VisualStudio.Modeling.Design.RolePlayerPropertyDescriptor
模型元素的角色的属性的类型描述符。

.NET Framework 安全性

请参见

参考

ElementTypeDescriptor 类

Microsoft.VisualStudio.Modeling.Design 命名空间