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
Public property HasCollection True if the TFS collection is set.
Public property HasTeam True if a Team context is set.
Public property HasTeamProject True if the Team Project Name is set.
Public property TeamId The Team context.
Public property TeamName The Team Project Name.
Public property TeamProjectCollection The TFS collection object.
Public property TeamProjectName The Team Project Name.
Public property TeamProjectUri The Team Project URI.

Top

See Also

Reference

Microsoft.TeamFoundation.Client Namespace