TeamFoundationTeam Methods

Include Protected Members
Include Inherited Members

The TeamFoundationTeam type exposes the following members.

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetMembers Get team member identities.
Public method 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.
Public method GetProperty Property accessor. Will throw if not found.
Public method 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.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method RemoveProperty Remove property, if it exists.
Public method SetProperty Sets a property, will overwrite if already set.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method TryGetProperty Property accessor. Will return null if not found.

Top

See Also

Reference

TeamFoundationTeam Class

Microsoft.TeamFoundation.Client Namespace