ITeamFoundationIdentityService.RemoveMemberFromApplicationGroup 方法 (TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor)
從 TFS 群組移除成員。
命名空間: Microsoft.TeamFoundation.Server.Core
組件: Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)
語法
'宣告
Sub RemoveMemberFromApplicationGroup ( _
requestContext As TeamFoundationRequestContext, _
groupDescriptor As IdentityDescriptor, _
descriptor As IdentityDescriptor _
)
void RemoveMemberFromApplicationGroup(
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
成員。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
ITeamFoundationIdentityService 介面