ITeamFoundationIdentityService.AddMemberToApplicationGroup 方法 (TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor)
将成员添加到 TFS 组。
命名空间: Microsoft.TeamFoundation.Server.Core
程序集: Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)
语法
声明
Function AddMemberToApplicationGroup ( _
requestContext As TeamFoundationRequestContext, _
groupDescriptor As IdentityDescriptor, _
descriptor As IdentityDescriptor _
) As TeamFoundationIdentity
TeamFoundationIdentity AddMemberToApplicationGroup(
TeamFoundationRequestContext requestContext,
IdentityDescriptor groupDescriptor,
IdentityDescriptor descriptor
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
此请求的上下文。
- groupDescriptor
类型:Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
TFS 组 SID。
- descriptor
类型:Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
成员。
返回值
类型:Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity
返回 TeamFoundationIdentity。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。
请参阅
参考
ITeamFoundationIdentityService 接口