TeamFoundationIdentity - конструктор (IdentityDescriptor, String, Boolean, ICollection<IdentityDescriptor>, ICollection<IdentityDescriptor>)
Конструктор.
Пространство имен: Microsoft.TeamFoundation.Server.Core
Сборка: Microsoft.TeamFoundation.Server.Core (в Microsoft.TeamFoundation.Server.Core.dll)
Синтаксис
'Декларация
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
)
Параметры
- descriptor
Тип: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
- displayName
Тип: System.String
- isActive
Тип: System.Boolean
- members
Тип: System.Collections.Generic.ICollection<IdentityDescriptor>
- memberOf
Тип: System.Collections.Generic.ICollection<IdentityDescriptor>
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.