ProtoRolePlayer 构造函数

构造函数

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

语法

声明
Public Sub New ( _
    domainRoleId As Guid, _
    rolePlayerId As Guid, _
    rolePlayerMonikerId As Guid, _
    ordinals As Integer() _
)
public ProtoRolePlayer(
    Guid domainRoleId,
    Guid rolePlayerId,
    Guid rolePlayerMonikerId,
    int[] ordinals
)

参数

  • domainRoleId
    类型:System.Guid
    此角色扮演者使用 DomainRole 的 Guid
  • rolePlayerId
    类型:System.Guid
    角色扮演者的 Guid
  • rolePlayerMonikerId
    类型:System.Guid
    角色扮演者标记的 Guid
  • ordinals
    类型:array<System.Int32[]
    角色的序号与元素的链接

.NET Framework 安全性

请参见

参考

ProtoRolePlayer 类

Microsoft.VisualStudio.Modeling 命名空间