Partilhar via


Construtor ProtoRolePlayer

Construtor

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • domainRoleId
    Tipo: System.Guid
    GUID do DomainRole que reproduzirá esta função
  • rolePlayerId
    Tipo: System.Guid
    GUID do próprio programa função
  • rolePlayerMonikerId
    Tipo: System.Guid
    GUID do moniker do player de função
  • ordinals
    Tipo: array<System.Int32[]
    ordinais da função com o link do elemento

Segurança do .NET Framework

Consulte também

Referência

ProtoRolePlayer Classe

Namespace Microsoft.VisualStudio.Modeling