This documentation is archived and is not being maintained.

TeamFoundationTeam::GetTeamPropertiesView<T> Method

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.

Return Value

Type: T
The view object instance initialized with the request context and with this team instance.

Show: