TpcTeamStore.GetTeamsForCurrentUser 方法
获取活动用户是选定项的 URI 成员的所有团队 (选择"通过“GetTeam”方法初始化”或)。
命名空间: Microsoft.VisualStudio.Services.Integration
程序集: Microsoft.VisualStudio.Services.Integration(在 Microsoft.VisualStudio.Services.Integration.dll 中)
语法
声明
Public Function GetTeamsForCurrentUser As ICollection(Of TeamConfiguration)
public ICollection<TeamConfiguration> GetTeamsForCurrentUser()
返回值
类型:System.Collections.Generic.ICollection<TeamConfiguration>
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。