共用方式為


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
)

參數

.NET Framework 安全性

請參閱

參考

TeamFoundationIdentity 類別

TeamFoundationIdentity 多載

Microsoft.TeamFoundation.Server.Core 命名空間