This documentation is archived and is not being maintained.

TpcTeamStore Class

Visual Studio 2013

System::Object
  Microsoft.VisualStudio.Services.Integration::TpcTeamStore

Namespace:  Microsoft.VisualStudio.Services.Integration
Assembly:  Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)

public ref class TpcTeamStore

The TpcTeamStore type exposes the following members.

  NameDescription
Public propertySupportsTeamProperty used to determine if the server we are talking to supports the required services.
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetDefaultTeamRetrieves the default TeamConfiguration for the specified project, or null if the current is not part of the default team.
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTeam(String, Guid)Gets the corresponding TeamConfiguration object for the project.
Public methodGetTeam(String, String)Gets the corresponding TeamConfiguration object for the project.
Public methodGetTeamsGets all the corresponding TeamConfiguration objects for the project that the current user belongs to.
Public methodGetTeamsForCurrentUserGets all the Teams the active user is a member of for the selected project Uris (selected in the 'Initialize' or via the 'GetTeam' methods).
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodInitializeTeamCacheInitializes the cache with the TeamConfiguration for the specified set of projects.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: