TpcTeamStore Class
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 | |
---|---|---|
SupportsTeam | Property used to determine if the server we are talking to supports the required services. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDefaultTeam | Retrieves the default TeamConfiguration for the specified project, or null if the current is not part of the default team. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetTeam(String, Guid) | Gets the corresponding TeamConfiguration object for the project. | |
GetTeam(String, String) | Gets the corresponding TeamConfiguration object for the project. | |
GetTeams | Gets all the corresponding TeamConfiguration objects for the project that the current user belongs to. | |
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). | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitializeTeamCache | Initializes the cache with the TeamConfiguration for the specified set of projects. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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.