Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.Services.Integration.TpcTeamStore
Namespace:  Microsoft.VisualStudio.Services.Integration
Assembly:  Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)
Syntax
'Declaration
Public Class TpcTeamStore
public class TpcTeamStore
public ref class TpcTeamStore
type TpcTeamStore =  class end
public class TpcTeamStore
The TpcTeamStore type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | SupportsTeam | Property used to determine if the server we are talking to supports the required services. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetDefaultTeam | Retrieves the default TeamConfiguration for the specified project, or null if the current is not part of the default team. | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetTeam(String, Guid) | Gets the corresponding TeamConfiguration object for the project. | 
| .gif) | GetTeam(String, String) | Gets the corresponding TeamConfiguration object for the project. | 
| .gif) | GetTeams | Gets all the corresponding TeamConfiguration objects for the project that the current user belongs to. | 
| .gif) | GetTeamsForCurrentUser | Gets all the Teams the active user is a member of for the selected project Uris (selected in the 'Initialize' or via the 'GetTeam' methods). | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | InitializeTeamCache | Initializes the cache with the TeamConfiguration for the specified set of projects. | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.