ITeamFoundationContext Interface
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)
Syntax
'Declaration
Public Interface ITeamFoundationContext
public interface ITeamFoundationContext
public interface class ITeamFoundationContext
type ITeamFoundationContext = interface end
public interface ITeamFoundationContext
The ITeamFoundationContext type exposes the following members.
Properties
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. |
Top