This documentation is archived and is not being maintained.
TeamFoundationTeam::GetTeamPropertiesView<T> Method
Visual Studio 2013
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.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: generic<typename T> where T : TeamPropertiesView T GetTeamPropertiesView( TfsConnection^ tfs )
Type Parameters
- T
view object type. A view object must have a public constructor that requires no arguments.
Parameters
Return Value
Type: TThe view object instance initialized with the request context and with this team instance.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: