This documentation is archived and is not being maintained.
ITeamFoundationContext Interface
Visual Studio 2013
This interface holds information about the context of the Team Explorer window.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The ITeamFoundationContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | HasCollection | True if the TFS collection is set. |
![]() | HasTeam | True if a Team context is set. |
![]() | HasTeamProject | True if the Team Project Name is set. |
![]() | TeamId | The Team context. |
![]() | TeamName | The Team Project Name. |
![]() | TeamProjectCollection | The TFS collection object. |
![]() | TeamProjectName | The Team Project Name. |
![]() | TeamProjectUri | The Team Project URI. |
Show:
