UserDelegationCreatePostEventArgs construtor (Collection<UserDelegationInfo>)
Cria uma instância da classe UserDelegationCreatePostEventArgs ; usado internamente.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxe
'Declaração
Public Sub New ( _
createdDelegations As Collection(Of UserDelegationInfo) _
)
'Uso
Dim createdDelegations As Collection(Of UserDelegationInfo)
Dim instance As New UserDelegationCreatePostEventArgs(createdDelegations)
public UserDelegationCreatePostEventArgs(
Collection<UserDelegationInfo> createdDelegations
)
Parâmetros
createdDelegations
Tipo: System.Collections.ObjectModel.Collection<UserDelegationInfo>Uma coleção de GUIDs que representam usuários que delegar permissões e usuários a quem as permissões são delegadas.
Ver também
Referência
UserDelegationCreatePostEventArgs classe
UserDelegationCreatePostEventArgs membros