This documentation is archived and is not being maintained.
TeamFoundationTeam Class
Visual Studio 2013
This is a wrapper class for a Team identity that makes it convenient for working with properties. It also provides helper methods to create, update, query and read Teams on server
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The TeamFoundationTeam type exposes the following members.
| 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.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetMembers | Get team member identities. |
![]() | GetProperties | Property bag. This could be useful, for example if consumer has to iterate through current properties and modify / remove some based on pattern matching property names. |
![]() | GetProperty | Property accessor. Will throw if not found. |
![]() | GetTeamPropertiesView<T> | Creates and caches a view object for the team that simplifies access to complex properties that require additional processing such as converting id of a TFS artifact to a meaningful text, that is from work item tracking area id to area path. If a view object is found in the cache for a given type, cached object will be returned. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveProperty | Remove property, if it exists. |
![]() | SetProperty | Sets a property, will overwrite if already set. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetProperty | Property accessor. Will return null if not found. |
Show:
