Construtor TeamFoundationIdentity (IdentityDescriptor, String, Boolean, ICollection<IdentityDescriptor>, ICollection<IdentityDescriptor>)
Construtor.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)
Sintaxe
'Declaração
Public Sub New ( _
descriptor As IdentityDescriptor, _
displayName As String, _
isActive As Boolean, _
members As ICollection(Of IdentityDescriptor), _
memberOf As ICollection(Of IdentityDescriptor) _
)
public TeamFoundationIdentity(
IdentityDescriptor descriptor,
string displayName,
bool isActive,
ICollection<IdentityDescriptor> members,
ICollection<IdentityDescriptor> memberOf
)
Parâmetros
- descriptor
Tipo: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
- displayName
Tipo: System.String
- isActive
Tipo: System.Boolean
- members
Tipo: System.Collections.Generic.ICollection<IdentityDescriptor>
- memberOf
Tipo: System.Collections.Generic.ICollection<IdentityDescriptor>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.